#D0F87D

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

Shades of Sulu #D0F87D

Tints of Sulu #D0F87D

Color information

#D0F87D (or 0xD0F87D) is unknown color: approx Sulu. HEX triplet: D0, F8 and 7D. RGB value is (208,248,125). Sum of RGB (Red+Green+Blue) = 208+248+125=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 248 (97.27% from 255 or 42.69% from 581); Blue value is 125 (49.22% from 255 or 21.51% from 581); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F87D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F87D is #2F0782. Grayscale: #DEDEDE. Windows color (decimal): -3082115 or 8255696. OLE color: 8255696.

HSL color Cylindrical-coordinate representation of color #D0F87D: hue angle of 79.51º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0F87D is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB208248125-
CMYK0.1600.500.03
HSL79.51º89.78%73.14%-
HSV(B)79.51º49.6%97.25%-
XYZ63.2882.0331.9-
YUV222.0273.25118-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.80%
GREEN value IS 248 (97.27% from 255) = 42.69%
BLUE value IS 125 (49.22% from 255) = 21.51%
R=35.80%
G=42.69%
B=21.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2082481250.1600.500.0379.5189.7873.14
HexD0F87D100323505a49
Octal320370175200623120132111
Binary1101000011111000111110110000011001011101000010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F87D; }

 p { color: rgb(208,248,125); }

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

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

 a { background-color: rgb(208,248,125); }

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

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

 span { border-color: rgb(208,248,125); }

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