#D5F2AE

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

Shades of Reef #D5F2AE

Tints of Reef #D5F2AE

Color information

#D5F2AE (or 0xD5F2AE) is unknown color: approx Reef. HEX triplet: D5, F2 and AE. RGB value is (213,242,174). Sum of RGB (Red+Green+Blue) = 213+242+174=629 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.86% from 629); Green value is 242 (94.92% from 255 or 38.47% from 629); Blue value is 174 (68.36% from 255 or 27.66% from 629); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F2AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F2AE is #2A0D51. Grayscale: #E1E1E1. Windows color (decimal): -2755922 or 11465429. OLE color: 11465429.

HSL color Cylindrical-coordinate representation of color #D5F2AE: hue angle of 85.59º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D5F2AE is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB213242174-
CMYK0.1200.280.05
HSL85.59º72.34%81.57%-
HSV(B)85.59º28.1%94.9%-
XYZ66.8380.7152.1-
YUV225.5898.89119.03-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.86%
GREEN value IS 242 (94.92% from 255) = 38.47%
BLUE value IS 174 (68.36% from 255) = 27.66%
R=33.86%
G=38.47%
B=27.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2132421740.1200.280.0585.5972.3481.57
HexD5F2AEC01C5564852
Octal325362256140345126110122
Binary1101010111110010101011101100011100101101011010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F2AE; }

 p { color: rgb(213,242,174); }

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

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

 a { background-color: rgb(213,242,174); }

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

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

 span { border-color: rgb(213,242,174); }

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