#D1FEAA

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

Shades of Reef #D1FEAA

Tints of Reef #D1FEAA

Color information

#D1FEAA (or 0xD1FEAA) is unknown color: approx Reef. HEX triplet: D1, FE and AA. RGB value is (209,254,170). Sum of RGB (Red+Green+Blue) = 209+254+170=633 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.02% from 633); Green value is 254 (99.61% from 255 or 40.13% from 633); Blue value is 170 (66.80% from 255 or 26.86% from 633); Max value from RGB is 254 - color contains mainly: green. Hex color #D1FEAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FEAA is #2E0155. Grayscale: #E7E7E7. Windows color (decimal): -3014998 or 11206353. OLE color: 11206353.

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

Color convert

RGB209254170-
CMYK0.1800.330.00
HSL92.14º97.67%83.14%-
HSV(B)92.14º33.07%99.61%-
XYZ68.9987.3451.25-
YUV230.9793.59112.33-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.02%
GREEN value IS 254 (99.61% from 255) = 40.13%
BLUE value IS 170 (66.80% from 255) = 26.86%
R=33.02%
G=40.13%
B=26.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2092541700.1800.330.0092.1497.6783.14
HexD1FEAA1202105c6253
Octal321376252220410134142123
Binary1101000111111110101010101001001000010101110011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FEAA; }

 p { color: rgb(209,254,170); }

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

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

 a { background-color: rgb(209,254,170); }

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

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

 span { border-color: rgb(209,254,170); }

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