#D1FFA0

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

Shades of Reef #D1FFA0

Tints of Reef #D1FFA0

Color information

#D1FFA0 (or 0xD1FFA0) is unknown color: approx Reef. HEX triplet: D1, FF and A0. RGB value is (209,255,160). Sum of RGB (Red+Green+Blue) = 209+255+160=624 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.49% from 624); Green value is 255 (100% from 255 or 40.87% from 624); Blue value is 160 (62.89% from 255 or 25.64% from 624); Max value from RGB is 255 - color contains mainly: green. Hex color #D1FFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FFA0 is #2E005F. Grayscale: #E6E6E6. Windows color (decimal): -3014752 or 10551249. OLE color: 10551249.

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

Color convert

RGB209255160-
CMYK0.1800.370
HSL89.05º100%81.37%-
HSV(B)89.05º37.25%100%-
XYZ68.487.6146.56-
YUV230.4288.26112.72-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.49%
GREEN value IS 255 (100% from 255) = 40.87%
BLUE value IS 160 (62.89% from 255) = 25.64%
R=33.49%
G=40.87%
B=25.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2092551600.1800.37089.0510081.37
HexD1FFA0120250596451
Octal321377240220450131144121
Binary1101000111111111101000001001001001010101100111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FFA0; }

 p { color: rgb(209,255,160); }

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

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

 a { background-color: rgb(209,255,160); }

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

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

 span { border-color: rgb(209,255,160); }

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