#d2f079

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

Shades of Sulu #D2F079

Tints of Sulu #D2F079

Color information

#D2F079 (or 0xD2F079) is unknown color: approx Sulu. HEX triplet: D2, F0 and 79. RGB value is (210,240,121). Sum of RGB (Red+Green+Blue) = 210+240+121=571 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.78% from 571); Green value is 240 (94.14% from 255 or 42.03% from 571); Blue value is 121 (47.66% from 255 or 21.19% from 571); Max value from RGB is 240 - color contains mainly: green. Hex color #D2F079 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F079 is #2D0F86. Grayscale: #D9D9D9. Windows color (decimal): -2953095 or 7991506. OLE color: 7991506.

HSL color Cylindrical-coordinate representation of color #D2F079: hue angle of 75.13º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2F079 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB210240121-
CMYK0.1200.500.06
HSL75.13º79.87%70.78%-
HSV(B)75.13º49.58%94.12%-
XYZ61.1977.429.8-
YUV217.4673.56122.68-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.78%
GREEN value IS 240 (94.14% from 255) = 42.03%
BLUE value IS 121 (47.66% from 255) = 21.19%
R=36.78%
G=42.03%
B=21.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2102401210.1200.500.0675.1379.8770.78
HexD2F079C03264b5047
Octal322360171140626113120107
Binary1101001011110000111100111000110010110100101110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2f079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2f079; }

 p { color: rgb(210,240,121); }

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

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

 a { background-color: rgb(210,240,121); }

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

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

 span { border-color: rgb(210,240,121); }

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