#D2FEA8

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

Shades of Reef #D2FEA8

Tints of Reef #D2FEA8

Color information

#D2FEA8 (or 0xD2FEA8) is unknown color: approx Reef. HEX triplet: D2, FE and A8. RGB value is (210,254,168). Sum of RGB (Red+Green+Blue) = 210+254+168=632 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.23% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 168 (66.02% from 255 or 26.58% from 632); Max value from RGB is 254 - color contains mainly: green. Hex color #D2FEA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FEA8 is #2D0157. Grayscale: #E7E7E7. Windows color (decimal): -2949464 or 11075282. OLE color: 11075282.

HSL color Cylindrical-coordinate representation of color #D2FEA8: hue angle of 90.7º 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 #D2FEA8 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.00.

Color convert

RGB210254168-
CMYK0.1700.340.00
HSL90.7º97.73%82.75%-
HSV(B)90.7º33.86%99.61%-
XYZ69.0987.4150.28-
YUV231.0492.42112.99-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.23%
GREEN value IS 254 (99.61% from 255) = 40.19%
BLUE value IS 168 (66.02% from 255) = 26.58%
R=33.23%
G=40.19%
B=26.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2102541680.1700.340.0090.797.7382.75
HexD2FEA81102205b6253
Octal322376250210420133142123
Binary1101001011111110101010001000101000100101101111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FEA8; }

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

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

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

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

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

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

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

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