#D4F4AE

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

Shades of Reef #D4F4AE

Tints of Reef #D4F4AE

Color information

#D4F4AE (or 0xD4F4AE) is unknown color: approx Reef. HEX triplet: D4, F4 and AE. RGB value is (212,244,174). Sum of RGB (Red+Green+Blue) = 212+244+174=630 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.65% from 630); Green value is 244 (95.70% from 255 or 38.73% from 630); Blue value is 174 (68.36% from 255 or 27.62% from 630); Max value from RGB is 244 - color contains mainly: green. Hex color #D4F4AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4F4AE is #2B0B51. Grayscale: #E2E2E2. Windows color (decimal): -2820946 or 11465940. OLE color: 11465940.

HSL color Cylindrical-coordinate representation of color #D4F4AE: hue angle of 87.43º degrees, saturation: 0.76, 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 #D4F4AE is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB212244174-
CMYK0.1300.290.04
HSL87.43º76.09%81.96%-
HSV(B)87.43º28.69%95.69%-
XYZ67.1481.7552.29-
YUV226.4598.4117.69-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.65%
GREEN value IS 244 (95.70% from 255) = 38.73%
BLUE value IS 174 (68.36% from 255) = 27.62%
R=33.65%
G=38.73%
B=27.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2122441740.1300.290.0487.4376.0981.96
HexD4F4AED01D4574c52
Octal324364256150354127114122
Binary1101010011110100101011101101011101100101011110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4F4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4F4AE; }

 p { color: rgb(212,244,174); }

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

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

 a { background-color: rgb(212,244,174); }

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

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

 span { border-color: rgb(212,244,174); }

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