#d5e09e

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

Shades of Reef #D5E09E

Tints of Reef #D5E09E

Color information

#D5E09E (or 0xD5E09E) is unknown color: approx Reef. HEX triplet: D5, E0 and 9E. RGB value is (213,224,158). Sum of RGB (Red+Green+Blue) = 213+224+158=595 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.80% from 595); Green value is 224 (87.89% from 255 or 37.65% from 595); Blue value is 158 (62.11% from 255 or 26.55% from 595); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E09E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5E09E is #2A1F61. Grayscale: #D5D5D5. Windows color (decimal): -2760546 or 10412245. OLE color: 10412245.

HSL color Cylindrical-coordinate representation of color #D5E09E: hue angle of 70º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5E09E is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB213224158-
CMYK0.0500.290.12
HSL70º51.56%74.9%-
HSV(B)70º29.46%87.84%-
XYZ60.2769.9342.67-
YUV213.1996.86127.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.80%
GREEN value IS 224 (87.89% from 255) = 37.65%
BLUE value IS 158 (62.11% from 255) = 26.55%
R=35.80%
G=37.65%
B=26.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2132241580.0500.290.127051.5674.9
HexD5E09E501DC46344b
Octal32534023650351410664113
Binary110101011110000010011110101011101110010001101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5e09e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5e09e; }

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

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

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

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

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

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

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

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