#D5E69E

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

Shades of Reef #D5E69E

Tints of Reef #D5E69E

Color information

#D5E69E (or 0xD5E69E) is unknown color: approx Reef. HEX triplet: D5, E6 and 9E. RGB value is (213,230,158). Sum of RGB (Red+Green+Blue) = 213+230+158=601 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.44% from 601); Green value is 230 (90.23% from 255 or 38.27% from 601); Blue value is 158 (62.11% from 255 or 26.29% from 601); Max value from RGB is 230 - color contains mainly: green. Hex color #D5E69E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5E69E is #2A1961. Grayscale: #D8D8D8. Windows color (decimal): -2759010 or 10413781. OLE color: 10413781.

HSL color Cylindrical-coordinate representation of color #D5E69E: hue angle of 74.17º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5E69E is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB213230158-
CMYK0.0700.310.10
HSL74.17º59.02%76.08%-
HSV(B)74.17º31.3%90.2%-
XYZ61.9173.2143.22-
YUV216.7194.87125.35-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.44%
GREEN value IS 230 (90.23% from 255) = 38.27%
BLUE value IS 158 (62.11% from 255) = 26.29%
R=35.44%
G=38.27%
B=26.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2132301580.0700.310.1074.1759.0276.08
HexD5E69E701FA4a3b4c
Octal32534623670371211273114
Binary110101011110011010011110111011111101010010101110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E69E; }

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

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

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

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

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

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

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

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