#D1FB96

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

Shades of Reef #D1FB96

Tints of Reef #D1FB96

Color information

#D1FB96 (or 0xD1FB96) is unknown color: approx Reef. HEX triplet: D1, FB and 96. RGB value is (209,251,150). Sum of RGB (Red+Green+Blue) = 209+251+150=610 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.26% from 610); Green value is 251 (98.44% from 255 or 41.15% from 610); Blue value is 150 (58.98% from 255 or 24.59% from 610); Max value from RGB is 251 - color contains mainly: green. Hex color #D1FB96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FB96 is #2E0469. Grayscale: #E3E3E3. Windows color (decimal): -3015786 or 9894865. OLE color: 9894865.

HSL color Cylindrical-coordinate representation of color #D1FB96: hue angle of 84.95º degrees, saturation: 0.93, 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 #D1FB96 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB209251150-
CMYK0.1700.400.02
HSL84.95º92.66%78.63%-
HSV(B)84.95º40.24%98.43%-
XYZ66.384.7541.72-
YUV226.9384.59115.21-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.26%
GREEN value IS 251 (98.44% from 255) = 41.15%
BLUE value IS 150 (58.98% from 255) = 24.59%
R=34.26%
G=41.15%
B=24.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092511500.1700.400.0284.9592.6678.63
HexD1FB96110282555d4f
Octal321373226210502125135117
Binary11010001111110111001011010001010100010101010110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FB96; }

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

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

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

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

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

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

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

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