#D1FE96

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

Shades of Reef #D1FE96

Tints of Reef #D1FE96

Color information

#D1FE96 (or 0xD1FE96) is unknown color: approx Reef. HEX triplet: D1, FE and 96. RGB value is (209,254,150). Sum of RGB (Red+Green+Blue) = 209+254+150=613 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.09% from 613); Green value is 254 (99.61% from 255 or 41.44% from 613); Blue value is 150 (58.98% from 255 or 24.47% from 613); Max value from RGB is 254 - color contains mainly: green. Hex color #D1FE96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FE96 is #2E0169. Grayscale: #E5E5E5. Windows color (decimal): -3015018 or 9895633. OLE color: 9895633.

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

Color convert

RGB209254150-
CMYK0.1800.410.00
HSL85.96º98.11%79.22%-
HSV(B)85.96º40.94%99.61%-
XYZ67.2486.6442.03-
YUV228.6983.59113.96-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.09%
GREEN value IS 254 (99.61% from 255) = 41.44%
BLUE value IS 150 (58.98% from 255) = 24.47%
R=34.09%
G=41.44%
B=24.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2092541500.1800.410.0085.9698.1179.22
HexD1FE9612029056624f
Octal321376226220510126142117
Binary1101000111111110100101101001001010010101011011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FE96; }

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

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

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

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

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

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

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

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