#D2FE73

Color #D2FE73 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #D2FE73

Tints of Sulu #D2FE73

Color information

#D2FE73 (or 0xD2FE73) is unknown color: approx Sulu. HEX triplet: D2, FE and 73. RGB value is (210,254,115). Sum of RGB (Red+Green+Blue) = 210+254+115=579 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.27% from 579); Green value is 254 (99.61% from 255 or 43.87% from 579); Blue value is 115 (45.31% from 255 or 19.86% from 579); Max value from RGB is 254 - color contains mainly: green. Hex color #D2FE73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FE73 is #2D018C. Grayscale: #E1E1E1. Windows color (decimal): -2949517 or 7601874. OLE color: 7601874.

HSL color Cylindrical-coordinate representation of color #D2FE73: hue angle of 78.99º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D2FE73 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.00.

Color convert

RGB210254115-
CMYK0.1700.550.00
HSL78.99º98.58%72.35%-
HSV(B)78.99º54.72%99.61%-
XYZ65.1185.8229.35-
YUV22565.92117.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 36.27%
GREEN value IS 254 (99.61% from 255) = 43.87%
BLUE value IS 115 (45.31% from 255) = 19.86%
R=36.27%
G=43.87%
B=19.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2102541150.1700.550.0078.9998.5872.35
HexD2FE731103704f6348
Octal322376163210670117143110
Binary110100101111111011100111000101101110100111111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FE73; }

 p { color: rgb(210,254,115); }

 H1.HeaderClassName
 {
   color: #D2FE73;
 }
 .AnyTagClassName
 {
   color: #D2FE73;
 }
</style>
background-color css

<style>
 a { background-color: #D2FE73; }

 a { background-color: rgb(210,254,115); }

 div.DivClassName
 {
   background-color: #D2FE73;
 }
 .BgClassName
 {
   background-color: #D2FE73;
 }
</style>
border-color css

<style>
 span { border-color: #D2FE73; }

 span { border-color: rgb(210,254,115); }

 td.TdClassName
 {
   border-color: #D2FE73;
 }
 .TagClassName
 {
   border-color: #D2FE73;
 }
</style>