#D5FEA8

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

Shades of Reef #D5FEA8

Tints of Reef #D5FEA8

Color information

#D5FEA8 (or 0xD5FEA8) is unknown color: approx Reef. HEX triplet: D5, FE and A8. RGB value is (213,254,168). Sum of RGB (Red+Green+Blue) = 213+254+168=635 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.54% from 635); Green value is 254 (99.61% from 255 or 40% from 635); Blue value is 168 (66.02% from 255 or 26.46% from 635); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FEA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FEA8 is #2A0157. Grayscale: #E8E8E8. Windows color (decimal): -2752856 or 11075285. OLE color: 11075285.

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

Color convert

RGB213254168-
CMYK0.1600.340.00
HSL88.6º97.73%82.75%-
HSV(B)88.6º33.86%99.61%-
XYZ69.9587.8650.32-
YUV231.9491.92114.49-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.54%
GREEN value IS 254 (99.61% from 255) = 40%
BLUE value IS 168 (66.02% from 255) = 26.46%
R=33.54%
G=40%
B=26.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2132541680.1600.340.0088.697.7382.75
HexD5FEA8100220596253
Octal325376250200420131142123
Binary1101010111111110101010001000001000100101100111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FEA8; }

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

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

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

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

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

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

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

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