Shades of Conifer #96F255
Tints of Conifer #96F255
RGB
CMYK
RGB Variations
Color information
#96F255 (or 0x96F255) is known color: Conifer. HEX triplet: 96, F2 and 55. RGB value is (150,242,85). Sum of RGB (Red+Green+Blue) = 150+242+85=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 242 (94.92% from 255 or 50.73% from 477); Blue value is 85 (33.59% from 255 or 17.82% from 477); Max value from RGB is 242 - color contains mainly: green. Hex color #96F255 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F255 is #690DAA. Grayscale: #C5C5C5. Windows color (decimal): -6884779 or 5632662. OLE color: 5632662.
HSL color Cylindrical-coordinate representation of color #96F255: hue angle of 95.16º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96F255 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 242 | 85 | - |
| CMYK | 0.38 | 0 | 0.65 | 0.05 |
| HSL | 95.16º | 0.86% | 0.64% | - |
| HSV(B) | 95.16º | 0.65% | 0.95% | - |
| XYZ | 45.97 | 70.64 | 19.81 | - |
| YUV | 196.59 | 65.02 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 242 | 85 | 0.38 | 0 | 0.65 | 0.05 | 95.16 | 0.86 | 0.64 |
| Hex | 96 | F2 | 55 | 26 | 0 | 41 | 5 | 5F | 56 | 40 |
| Octal | 226 | 362 | 125 | 46 | 0 | 101 | 5 | 137 | 126 | 100 |
| Binary | 10010110 | 11110010 | 1010101 | 100110 | 0 | 1000001 | 101 | 1011111 | 1010110 | 1000000 |
Color Harmonies of #96F255
Complementary color
Monochromatic Colors of #96F255
Black with #96F255
Text Example
Text Example
White with #96F255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F255; }
p { color: rgb(150,242,85); }
H1.HeaderClassName
{
color: #96F255;
}
.AnyTagClassName
{
color: #96F255;
}
</style>
background-color css
<style>
a { background-color: #96F255; }
a { background-color: rgb(150,242,85); }
div.DivClassName
{
background-color: #96F255;
}
.BgClassName
{
background-color: #96F255;
}
</style>
border-color css
<style>
span { border-color: #96F255; }
span { border-color: rgb(150,242,85); }
td.TdClassName
{
border-color: #96F255;
}
.TagClassName
{
border-color: #96F255;
}
</style>