#D1FA8E

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

Shades of Reef #D1FA8E

Tints of Reef #D1FA8E

Color information

#D1FA8E (or 0xD1FA8E) is unknown color: approx Reef. HEX triplet: D1, FA and 8E. RGB value is (209,250,142). Sum of RGB (Red+Green+Blue) = 209+250+142=601 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.78% from 601); Green value is 250 (98.05% from 255 or 41.60% from 601); Blue value is 142 (55.86% from 255 or 23.63% from 601); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FA8E is #2E0571. Grayscale: #E1E1E1. Windows color (decimal): -3016050 or 9370321. OLE color: 9370321.

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

Color convert

RGB209250142-
CMYK0.1600.430.02
HSL82.78º91.53%76.86%-
HSV(B)82.78º43.2%98.04%-
XYZ65.3683.8838.34-
YUV225.4380.92116.28-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.78%
GREEN value IS 250 (98.05% from 255) = 41.60%
BLUE value IS 142 (55.86% from 255) = 23.63%
R=34.78%
G=41.60%
B=23.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092501420.1600.430.0282.7891.5376.86
HexD1FA8E1002B2535c4d
Octal321372216200532123134115
Binary11010001111110101000111010000010101110101001110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FA8E; }

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

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

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

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

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

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

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

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