#D0FB79

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

Shades of Sulu #D0FB79

Tints of Sulu #D0FB79

Color information

#D0FB79 (or 0xD0FB79) is unknown color: approx Sulu. HEX triplet: D0, FB and 79. RGB value is (208,251,121). Sum of RGB (Red+Green+Blue) = 208+251+121=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 251 (98.44% from 255 or 43.28% from 580); Blue value is 121 (47.66% from 255 or 20.86% from 580); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FB79 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FB79 is #2F0486. Grayscale: #DFDFDF. Windows color (decimal): -3081351 or 7994320. OLE color: 7994320.

HSL color Cylindrical-coordinate representation of color #D0FB79: hue angle of 79.85º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D0FB79 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB208251121-
CMYK0.1700.520.02
HSL79.85º94.2%72.94%-
HSV(B)79.85º51.79%98.43%-
XYZ63.9683.7830.89-
YUV223.3270.25117.07-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.86%
GREEN value IS 251 (98.44% from 255) = 43.28%
BLUE value IS 121 (47.66% from 255) = 20.86%
R=35.86%
G=43.28%
B=20.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082511210.1700.520.0279.8594.272.94
HexD0FB79110342505e49
Octal320373171210642120136111
Binary1101000011111011111100110001011010010101000010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FB79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FB79; }

 p { color: rgb(208,251,121); }

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

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

 a { background-color: rgb(208,251,121); }

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

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

 span { border-color: rgb(208,251,121); }

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