#D0F881

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

Shades of Sulu #D0F881

Tints of Sulu #D0F881

Color information

#D0F881 (or 0xD0F881) is unknown color: approx Sulu. HEX triplet: D0, F8 and 81. RGB value is (208,248,129). Sum of RGB (Red+Green+Blue) = 208+248+129=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 248 (97.27% from 255 or 42.39% from 585); Blue value is 129 (50.78% from 255 or 22.05% from 585); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F881 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F881 is #2F077E. Grayscale: #DEDEDE. Windows color (decimal): -3082111 or 8517840. OLE color: 8517840.

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

Color convert

RGB208248129-
CMYK0.1600.480.03
HSL80.17º89.47%73.92%-
HSV(B)80.17º47.98%97.25%-
XYZ63.5482.1333.27-
YUV222.4775.25117.68-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.56%
GREEN value IS 248 (97.27% from 255) = 42.39%
BLUE value IS 129 (50.78% from 255) = 22.05%
R=35.56%
G=42.39%
B=22.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2082481290.1600.480.0380.1789.4773.92
HexD0F88110030350594a
Octal320370201200603120131112
Binary11010000111110001000000110000011000011101000010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F881; }

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

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

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

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

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

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

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

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