#D1FEA2

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

Shades of Reef #D1FEA2

Tints of Reef #D1FEA2

Color information

#D1FEA2 (or 0xD1FEA2) is unknown color: approx Reef. HEX triplet: D1, FE and A2. RGB value is (209,254,162). Sum of RGB (Red+Green+Blue) = 209+254+162=625 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.44% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 162 (63.67% from 255 or 25.92% from 625); Max value from RGB is 254 - color contains mainly: green. Hex color #D1FEA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FEA2 is #2E015D. Grayscale: #E6E6E6. Windows color (decimal): -3015006 or 10682065. OLE color: 10682065.

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

Color convert

RGB209254162-
CMYK0.1800.360.00
HSL89.35º97.87%81.57%-
HSV(B)89.35º36.22%99.61%-
XYZ68.2687.0547.39-
YUV230.0689.59112.98-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.44%
GREEN value IS 254 (99.61% from 255) = 40.64%
BLUE value IS 162 (63.67% from 255) = 25.92%
R=33.44%
G=40.64%
B=25.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2092541620.1800.360.0089.3597.8781.57
HexD1FEA2120240596252
Octal321376242220440131142122
Binary1101000111111110101000101001001001000101100111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FEA2; }

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

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

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

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

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

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

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

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