#D1FA97

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

Shades of Reef #D1FA97

Tints of Reef #D1FA97

Color information

#D1FA97 (or 0xD1FA97) is unknown color: approx Reef. HEX triplet: D1, FA and 97. RGB value is (209,250,151). Sum of RGB (Red+Green+Blue) = 209+250+151=610 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.26% from 610); Green value is 250 (98.05% from 255 or 40.98% from 610); Blue value is 151 (59.38% from 255 or 24.75% from 610); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FA97 is #2E0568. Grayscale: #E2E2E2. Windows color (decimal): -3016041 or 9960145. OLE color: 9960145.

HSL color Cylindrical-coordinate representation of color #D1FA97: hue angle of 84.85º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D1FA97 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB209250151-
CMYK0.1600.400.02
HSL84.85º90.83%78.63%-
HSV(B)84.85º39.6%98.04%-
XYZ66.0784.1642.04-
YUV226.4685.42115.55-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.26%
GREEN value IS 250 (98.05% from 255) = 40.98%
BLUE value IS 151 (59.38% from 255) = 24.75%
R=34.26%
G=40.98%
B=24.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092501510.1600.400.0284.8590.8378.63
HexD1FA97100282555b4f
Octal321372227200502125133117
Binary11010001111110101001011110000010100010101010110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FA97; }

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

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

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

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

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

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

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

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