#D5E09A

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

Shades of Reef #D5E09A

Tints of Reef #D5E09A

Color information

#D5E09A (or 0xD5E09A) is unknown color: approx Reef. HEX triplet: D5, E0 and 9A. RGB value is (213,224,154). Sum of RGB (Red+Green+Blue) = 213+224+154=591 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.04% from 591); Green value is 224 (87.89% from 255 or 37.90% from 591); Blue value is 154 (60.55% from 255 or 26.06% from 591); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5E09A is #2A1F65. Grayscale: #D5D5D5. Windows color (decimal): -2760550 or 10150101. OLE color: 10150101.

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

Color convert

RGB213224154-
CMYK0.0500.310.12
HSL69.43º53.03%74.12%-
HSV(B)69.43º31.25%87.84%-
XYZ59.9369.7940.88-
YUV212.7394.86128.19-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.04%
GREEN value IS 224 (87.89% from 255) = 37.90%
BLUE value IS 154 (60.55% from 255) = 26.06%
R=36.04%
G=37.90%
B=26.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2132241540.0500.310.1269.4353.0374.12
HexD5E09A501FC45354a
Octal32534023250371410565112
Binary110101011110000010011010101011111110010001011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E09A; }

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

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

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

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

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

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

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

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