#D0F59E

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

Shades of Reef #D0F59E

Tints of Reef #D0F59E

Color information

#D0F59E (or 0xD0F59E) is unknown color: approx Reef. HEX triplet: D0, F5 and 9E. RGB value is (208,245,158). Sum of RGB (Red+Green+Blue) = 208+245+158=611 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.04% from 611); Green value is 245 (96.09% from 255 or 40.10% from 611); Blue value is 158 (62.11% from 255 or 25.86% from 611); Max value from RGB is 245 - color contains mainly: green. Hex color #D0F59E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F59E is #2F0A61. Grayscale: #E0E0E0. Windows color (decimal): -3082850 or 10417616. OLE color: 10417616.

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

Color convert

RGB208245158-
CMYK0.1500.360.04
HSL85.52º81.31%79.02%-
HSV(B)85.52º35.51%96.08%-
XYZ64.8481.1844.6-
YUV224.0290.74116.57-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.04%
GREEN value IS 245 (96.09% from 255) = 40.10%
BLUE value IS 158 (62.11% from 255) = 25.86%
R=34.04%
G=40.10%
B=25.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2082451580.1500.360.0485.5281.3179.02
HexD0F59EF024456514f
Octal320365236170444126121117
Binary11010000111101011001111011110100100100101011010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F59E; }

 p { color: rgb(208,245,158); }

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

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

 a { background-color: rgb(208,245,158); }

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

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

 span { border-color: rgb(208,245,158); }

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