#D1FA9B

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

Shades of Reef #D1FA9B

Tints of Reef #D1FA9B

Color information

#D1FA9B (or 0xD1FA9B) is unknown color: approx Reef. HEX triplet: D1, FA and 9B. RGB value is (209,250,155). Sum of RGB (Red+Green+Blue) = 209+250+155=614 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.04% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 155 (60.94% from 255 or 25.24% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FA9B is #2E0564. Grayscale: #E3E3E3. Windows color (decimal): -3016037 or 10222289. OLE color: 10222289.

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

Color convert

RGB209250155-
CMYK0.1600.380.02
HSL85.89º90.48%79.41%-
HSV(B)85.89º38%98.04%-
XYZ66.484.2943.78-
YUV226.9187.42115.22-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.04%
GREEN value IS 250 (98.05% from 255) = 40.72%
BLUE value IS 155 (60.94% from 255) = 25.24%
R=34.04%
G=40.72%
B=25.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092501550.1600.380.0285.8990.4879.41
HexD1FA9B100262565a4f
Octal321372233200462126132117
Binary11010001111110101001101110000010011010101011010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FA9B; }

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

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

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

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

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

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

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

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