#D5F09E

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

Shades of Reef #D5F09E

Tints of Reef #D5F09E

Color information

#D5F09E (or 0xD5F09E) is unknown color: approx Reef. HEX triplet: D5, F0 and 9E. RGB value is (213,240,158). Sum of RGB (Red+Green+Blue) = 213+240+158=611 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.86% from 611); Green value is 240 (94.14% from 255 or 39.28% from 611); Blue value is 158 (62.11% from 255 or 25.86% from 611); Max value from RGB is 240 - color contains mainly: green. Hex color #D5F09E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F09E is #2A0F61. Grayscale: #DEDEDE. Windows color (decimal): -2756450 or 10416341. OLE color: 10416341.

HSL color Cylindrical-coordinate representation of color #D5F09E: hue angle of 79.76º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5F09E is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB213240158-
CMYK0.1100.340.06
HSL79.76º73.21%78.04%-
HSV(B)79.76º34.17%94.12%-
XYZ64.7778.9344.17-
YUV222.5891.55121.17-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.86%
GREEN value IS 240 (94.14% from 255) = 39.28%
BLUE value IS 158 (62.11% from 255) = 25.86%
R=34.86%
G=39.28%
B=25.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2132401580.1100.340.0679.7673.2178.04
HexD5F09EB022650494e
Octal325360236130426120111116
Binary11010101111100001001111010110100010110101000010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F09E; }

 p { color: rgb(213,240,158); }

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

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

 a { background-color: rgb(213,240,158); }

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

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

 span { border-color: rgb(213,240,158); }

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