Shades of Conifer #96F251
Tints of Conifer #96F251
RGB
CMYK
RGB Variations
Color information
#96F251 (or 0x96F251) is known color: Conifer. HEX triplet: 96, F2 and 51. RGB value is (150,242,81). Sum of RGB (Red+Green+Blue) = 150+242+81=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 242 (94.92% from 255 or 51.16% from 473); Blue value is 81 (32.03% from 255 or 17.12% from 473); Max value from RGB is 242 - color contains mainly: green. Hex color #96F251 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F251 is #690DAE. Grayscale: #C4C4C4. Windows color (decimal): -6884783 or 5370518. OLE color: 5370518.
HSL color Cylindrical-coordinate representation of color #96F251: hue angle of 94.29º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96F251 is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 242 | 81 | - |
| CMYK | 0.38 | 0 | 0.67 | 0.05 |
| HSL | 94.29º | 0.86% | 0.63% | - |
| HSV(B) | 94.29º | 0.67% | 0.95% | - |
| XYZ | 45.82 | 70.58 | 18.99 | - |
| YUV | 196.14 | 63.02 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 242 | 81 | 0.38 | 0 | 0.67 | 0.05 | 94.29 | 0.86 | 0.63 |
| Hex | 96 | F2 | 51 | 26 | 0 | 43 | 5 | 5E | 56 | 3F |
| Octal | 226 | 362 | 121 | 46 | 0 | 103 | 5 | 136 | 126 | 77 |
| Binary | 10010110 | 11110010 | 1010001 | 100110 | 0 | 1000011 | 101 | 1011110 | 1010110 | 111111 |
Color Harmonies of #96F251
Complementary color
Monochromatic Colors of #96F251
Black with #96F251
Text Example
Text Example
White with #96F251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F251; }
p { color: rgb(150,242,81); }
H1.HeaderClassName
{
color: #96F251;
}
.AnyTagClassName
{
color: #96F251;
}
</style>
background-color css
<style>
a { background-color: #96F251; }
a { background-color: rgb(150,242,81); }
div.DivClassName
{
background-color: #96F251;
}
.BgClassName
{
background-color: #96F251;
}
</style>
border-color css
<style>
span { border-color: #96F251; }
span { border-color: rgb(150,242,81); }
td.TdClassName
{
border-color: #96F251;
}
.TagClassName
{
border-color: #96F251;
}
</style>