#D1FAA1

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

Shades of Reef #D1FAA1

Tints of Reef #D1FAA1

Color information

#D1FAA1 (or 0xD1FAA1) is unknown color: approx Reef. HEX triplet: D1, FA and A1. RGB value is (209,250,161). Sum of RGB (Red+Green+Blue) = 209+250+161=620 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.71% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 161 (63.28% from 255 or 25.97% from 620); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FAA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FAA1 is #2E055E. Grayscale: #E3E3E3. Windows color (decimal): -3016031 or 10615505. OLE color: 10615505.

HSL color Cylindrical-coordinate representation of color #D1FAA1: hue angle of 87.64º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D1FAA1 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB209250161-
CMYK0.1600.360.02
HSL87.64º89.9%80.59%-
HSV(B)87.64º35.6%98.04%-
XYZ66.9184.546.5-
YUV227.5990.42114.74-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.71%
GREEN value IS 250 (98.05% from 255) = 40.32%
BLUE value IS 161 (63.28% from 255) = 25.97%
R=33.71%
G=40.32%
B=25.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092501610.1600.360.0287.6489.980.59
HexD1FAA1100242585a51
Octal321372241200442130132121
Binary11010001111110101010000110000010010010101100010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FAA1; }

 p { color: rgb(209,250,161); }

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

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

 a { background-color: rgb(209,250,161); }

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

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

 span { border-color: rgb(209,250,161); }

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