#d0f87c

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

Shades of Sulu #D0F87C

Tints of Sulu #D0F87C

Color information

#D0F87C (or 0xD0F87C) is unknown color: approx Sulu. HEX triplet: D0, F8 and 7C. RGB value is (208,248,124). Sum of RGB (Red+Green+Blue) = 208+248+124=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 248 (97.27% from 255 or 42.76% from 580); Blue value is 124 (48.83% from 255 or 21.38% from 580); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F87C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F87C is #2F0783. Grayscale: #DEDEDE. Windows color (decimal): -3082116 or 8190160. OLE color: 8190160.

HSL color Cylindrical-coordinate representation of color #D0F87C: hue angle of 79.35º 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 #D0F87C is Cyan = 0.16, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.03.

Color convert

RGB208248124-
CMYK0.1600.50.03
HSL79.35º89.86%72.94%-
HSV(B)79.35º50%97.25%-
XYZ63.228231.56-
YUV221.972.75118.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.86%
GREEN value IS 248 (97.27% from 255) = 42.76%
BLUE value IS 124 (48.83% from 255) = 21.38%
R=35.86%
G=42.76%
B=21.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2082481240.1600.50.0379.3589.8672.94
HexD0F87C1003234f5a49
Octal320370174200623117132111
Binary1101000011111000111110010000011001011100111110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0f87c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0f87c; }

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

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

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

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

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

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

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

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