#D5EF99

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

Shades of Reef #D5EF99

Tints of Reef #D5EF99

Color information

#D5EF99 (or 0xD5EF99) is unknown color: approx Reef. HEX triplet: D5, EF and 99. RGB value is (213,239,153). Sum of RGB (Red+Green+Blue) = 213+239+153=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 239 (93.75% from 255 or 39.50% from 605); Blue value is 153 (60.16% from 255 or 25.29% from 605); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EF99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EF99 is #2A1066. Grayscale: #DDDDDD. Windows color (decimal): -2756711 or 10088405. OLE color: 10088405.

HSL color Cylindrical-coordinate representation of color #D5EF99: hue angle of 78.14º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D5EF99 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB213239153-
CMYK0.1100.360.06
HSL78.14º72.88%76.86%-
HSV(B)78.14º35.98%93.73%-
XYZ64.0678.1841.85-
YUV221.4289.39121.99-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.21%
GREEN value IS 239 (93.75% from 255) = 39.50%
BLUE value IS 153 (60.16% from 255) = 25.29%
R=35.21%
G=39.50%
B=25.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2132391530.1100.360.0678.1472.8876.86
HexD5EF99B02464e494d
Octal325357231130446116111115
Binary11010101111011111001100110110100100110100111010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EF99; }

 p { color: rgb(213,239,153); }

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

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

 a { background-color: rgb(213,239,153); }

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

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

 span { border-color: rgb(213,239,153); }

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