#D9F5AE

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

Shades of Reef #D9F5AE

Tints of Reef #D9F5AE

Color information

#D9F5AE (or 0xD9F5AE) is unknown color: approx Reef. HEX triplet: D9, F5 and AE. RGB value is (217,245,174). Sum of RGB (Red+Green+Blue) = 217+245+174=636 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.12% from 636); Green value is 245 (96.09% from 255 or 38.52% from 636); Blue value is 174 (68.36% from 255 or 27.36% from 636); Max value from RGB is 245 - color contains mainly: green. Hex color #D9F5AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9F5AE is #260A51. Grayscale: #E4E4E4. Windows color (decimal): -2493010 or 11466201. OLE color: 11466201.

HSL color Cylindrical-coordinate representation of color #D9F5AE: hue angle of 83.66º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D9F5AE is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB217245174-
CMYK0.1100.290.04
HSL83.66º78.02%82.16%-
HSV(B)83.66º28.98%96.08%-
XYZ68.9183.1152.45-
YUV228.5397.22119.77-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.12%
GREEN value IS 245 (96.09% from 255) = 38.52%
BLUE value IS 174 (68.36% from 255) = 27.36%
R=34.12%
G=38.52%
B=27.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2172451740.1100.290.0483.6678.0282.16
HexD9F5AEB01D4544e52
Octal331365256130354124116122
Binary1101100111110101101011101011011101100101010010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9F5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9F5AE; }

 p { color: rgb(217,245,174); }

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

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

 a { background-color: rgb(217,245,174); }

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

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

 span { border-color: rgb(217,245,174); }

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