#D0F487

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

Shades of Sulu #D0F487

Tints of Sulu #D0F487

Color information

#D0F487 (or 0xD0F487) is unknown color: approx Sulu. HEX triplet: D0, F4 and 87. RGB value is (208,244,135). Sum of RGB (Red+Green+Blue) = 208+244+135=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 244 (95.70% from 255 or 41.57% from 587); Blue value is 135 (53.12% from 255 or 23.00% from 587); Max value from RGB is 244 - color contains mainly: green. Hex color #D0F487 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F487 is #2F0B78. Grayscale: #DDDDDD. Windows color (decimal): -3083129 or 8910032. OLE color: 8910032.

HSL color Cylindrical-coordinate representation of color #D0F487: hue angle of 79.82º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D0F487 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB208244135-
CMYK0.1500.450.04
HSL79.82º83.21%74.31%-
HSV(B)79.82º44.67%95.69%-
XYZ62.7479.8635.03-
YUV220.8179.57118.86-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.43%
GREEN value IS 244 (95.70% from 255) = 41.57%
BLUE value IS 135 (53.12% from 255) = 23.00%
R=35.43%
G=41.57%
B=23.00%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2082441350.1500.450.0479.8283.2174.31
HexD0F487F02D450534a
Octal320364207170554120123112
Binary11010000111101001000011111110101101100101000010100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F487; }

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

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

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

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

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

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

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

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