#D0FC87

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

Shades of Sulu #D0FC87

Tints of Sulu #D0FC87

Color information

#D0FC87 (or 0xD0FC87) is unknown color: approx Sulu. HEX triplet: D0, FC and 87. RGB value is (208,252,135). Sum of RGB (Red+Green+Blue) = 208+252+135=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 252 (98.83% from 255 or 42.35% from 595); Blue value is 135 (53.12% from 255 or 22.69% from 595); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FC87 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FC87 is #2F0378. Grayscale: #E1E1E1. Windows color (decimal): -3081081 or 8912080. OLE color: 8912080.

HSL color Cylindrical-coordinate representation of color #D0FC87: hue angle of 82.56º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D0FC87 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB208252135-
CMYK0.1700.460.01
HSL82.56º95.12%75.88%-
HSV(B)82.56º46.43%98.82%-
XYZ65.284.7835.85-
YUV225.5176.92115.51-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.96%
GREEN value IS 252 (98.83% from 255) = 42.35%
BLUE value IS 135 (53.12% from 255) = 22.69%
R=34.96%
G=42.35%
B=22.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082521350.1700.460.0182.5695.1275.88
HexD0FC871102E1535f4c
Octal320374207210561123137114
Binary1101000011111100100001111000101011101101001110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FC87; }

 p { color: rgb(208,252,135); }

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

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

 a { background-color: rgb(208,252,135); }

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

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

 span { border-color: rgb(208,252,135); }

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