#D5F1AE

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

Shades of Reef #D5F1AE

Tints of Reef #D5F1AE

Color information

#D5F1AE (or 0xD5F1AE) is unknown color: approx Reef. HEX triplet: D5, F1 and AE. RGB value is (213,241,174). Sum of RGB (Red+Green+Blue) = 213+241+174=628 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.92% from 628); Green value is 241 (94.53% from 255 or 38.38% from 628); Blue value is 174 (68.36% from 255 or 27.71% from 628); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F1AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F1AE is #2A0E51. Grayscale: #E1E1E1. Windows color (decimal): -2756178 or 11465173. OLE color: 11465173.

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

Color convert

RGB213241174-
CMYK0.1200.280.05
HSL85.07º70.53%81.37%-
HSV(B)85.07º27.8%94.51%-
XYZ66.5480.1152-
YUV224.9999.22119.45-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.92%
GREEN value IS 241 (94.53% from 255) = 38.38%
BLUE value IS 174 (68.36% from 255) = 27.71%
R=33.92%
G=38.38%
B=27.71%

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
Decimal2132411740.1200.280.0585.0770.5381.37
HexD5F1AEC01C5554751
Octal325361256140345125107121
Binary1101010111110001101011101100011100101101010110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F1AE; }

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

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

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

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

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

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

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

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