#D5F7AE

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

Shades of Reef #D5F7AE

Tints of Reef #D5F7AE

Color information

#D5F7AE (or 0xD5F7AE) is unknown color: approx Reef. HEX triplet: D5, F7 and AE. RGB value is (213,247,174). Sum of RGB (Red+Green+Blue) = 213+247+174=634 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.60% from 634); Green value is 247 (96.88% from 255 or 38.96% from 634); Blue value is 174 (68.36% from 255 or 27.44% from 634); Max value from RGB is 247 - color contains mainly: green. Hex color #D5F7AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F7AE is #2A0851. Grayscale: #E4E4E4. Windows color (decimal): -2754642 or 11466709. OLE color: 11466709.

HSL color Cylindrical-coordinate representation of color #D5F7AE: hue angle of 87.95º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D5F7AE is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB213247174-
CMYK0.1400.300.03
HSL87.95º82.02%82.55%-
HSV(B)87.95º29.55%96.86%-
XYZ68.3483.7252.6-
YUV228.5197.24116.94-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.60%
GREEN value IS 247 (96.88% from 255) = 38.96%
BLUE value IS 174 (68.36% from 255) = 27.44%
R=33.60%
G=38.96%
B=27.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2132471740.1400.300.0387.9582.0282.55
HexD5F7AEE01E3585253
Octal325367256160363130122123
Binary110101011111011110101110111001111011101100010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F7AE; }

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

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

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

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

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

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

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

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