#D5FEAE

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

Shades of Reef #D5FEAE

Tints of Reef #D5FEAE

Color information

#D5FEAE (or 0xD5FEAE) is unknown color: approx Reef. HEX triplet: D5, FE and AE. RGB value is (213,254,174). Sum of RGB (Red+Green+Blue) = 213+254+174=641 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.23% from 641); Green value is 254 (99.61% from 255 or 39.63% from 641); Blue value is 174 (68.36% from 255 or 27.15% from 641); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FEAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FEAE is #2A0151. Grayscale: #E8E8E8. Windows color (decimal): -2752850 or 11468501. OLE color: 11468501.

HSL color Cylindrical-coordinate representation of color #D5FEAE: hue angle of 90.75º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5FEAE is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB213254174-
CMYK0.1600.310.00
HSL90.75º97.56%83.92%-
HSV(B)90.75º31.5%99.61%-
XYZ70.5288.0953.33-
YUV232.6294.92114-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.23%
GREEN value IS 254 (99.61% from 255) = 39.63%
BLUE value IS 174 (68.36% from 255) = 27.15%
R=33.23%
G=39.63%
B=27.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2132541740.1600.310.0090.7597.5683.92
HexD5FEAE1001F05b6254
Octal325376256200370133142124
Binary110101011111111010101110100000111110101101111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FEAE; }

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

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

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

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

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

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

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

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