#D0F876

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

Shades of Sulu #D0F876

Tints of Sulu #D0F876

Color information

#D0F876 (or 0xD0F876) is unknown color: approx Sulu. HEX triplet: D0, F8 and 76. RGB value is (208,248,118). Sum of RGB (Red+Green+Blue) = 208+248+118=574 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.24% from 574); Green value is 248 (97.27% from 255 or 43.21% from 574); Blue value is 118 (46.48% from 255 or 20.56% from 574); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F876 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F876 is #2F0789. Grayscale: #DDDDDD. Windows color (decimal): -3082122 or 7796944. OLE color: 7796944.

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

Color convert

RGB208248118-
CMYK0.1600.520.03
HSL78.46º90.28%71.76%-
HSV(B)78.46º52.42%97.25%-
XYZ62.8581.8529.63-
YUV221.2269.75118.57-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.24%
GREEN value IS 248 (97.27% from 255) = 43.21%
BLUE value IS 118 (46.48% from 255) = 20.56%
R=36.24%
G=43.21%
B=20.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2082481180.1600.520.0378.4690.2871.76
HexD0F8761003434e5a48
Octal320370166200643116132110
Binary1101000011111000111011010000011010011100111010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F876; }

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

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

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

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

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

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

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

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