#D5EB8E

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

Shades of Reef #D5EB8E

Tints of Reef #D5EB8E

Color information

#D5EB8E (or 0xD5EB8E) is unknown color: approx Reef. HEX triplet: D5, EB and 8E. RGB value is (213,235,142). Sum of RGB (Red+Green+Blue) = 213+235+142=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 235 (92.19% from 255 or 39.83% from 590); Blue value is 142 (55.86% from 255 or 24.07% from 590); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EB8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EB8E is #2A1471. Grayscale: #DADADA. Windows color (decimal): -2757746 or 9366485. OLE color: 9366485.

HSL color Cylindrical-coordinate representation of color #D5EB8E: hue angle of 74.19º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D5EB8E is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB213235142-
CMYK0.0900.400.08
HSL74.19º69.92%73.92%-
HSV(B)74.19º39.57%92.16%-
XYZ62.0375.5236.9-
YUV217.8285.21124.56-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.10%
GREEN value IS 235 (92.19% from 255) = 39.83%
BLUE value IS 142 (55.86% from 255) = 24.07%
R=36.10%
G=39.83%
B=24.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2132351420.0900.400.0874.1969.9273.92
HexD5EB8E902884a464a
Octal3253532161105010112106112
Binary110101011110101110001110100101010001000100101010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EB8E; }

 p { color: rgb(213,235,142); }

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

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

 a { background-color: rgb(213,235,142); }

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

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

 span { border-color: rgb(213,235,142); }

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