#D1F196

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

Shades of Reef #D1F196

Tints of Reef #D1F196

Color information

#D1F196 (or 0xD1F196) is unknown color: approx Reef. HEX triplet: D1, F1 and 96. RGB value is (209,241,150). Sum of RGB (Red+Green+Blue) = 209+241+150=600 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.83% from 600); Green value is 241 (94.53% from 255 or 40.17% from 600); Blue value is 150 (58.98% from 255 or 25% from 600); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F196 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1F196 is #2E0E69. Grayscale: #DDDDDD. Windows color (decimal): -3018346 or 9892305. OLE color: 9892305.

HSL color Cylindrical-coordinate representation of color #D1F196: hue angle of 81.1º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D1F196 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB209241150-
CMYK0.1300.380.05
HSL81.1º76.47%76.67%-
HSV(B)81.1º37.76%94.51%-
XYZ63.2578.6740.7-
YUV221.0687.9119.4-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.83%
GREEN value IS 241 (94.53% from 255) = 40.17%
BLUE value IS 150 (58.98% from 255) = 25%
R=34.83%
G=40.17%
B=25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2092411500.1300.380.0581.176.4776.67
HexD1F196D0265514c4d
Octal321361226150465121114115
Binary11010001111100011001011011010100110101101000110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F196; }

 p { color: rgb(209,241,150); }

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

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

 a { background-color: rgb(209,241,150); }

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

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

 span { border-color: rgb(209,241,150); }

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