Shades of Conifer #96F355
Tints of Conifer #96F355
RGB
CMYK
RGB Variations
Color information
#96F355 (or 0x96F355) is known color: Conifer. HEX triplet: 96, F3 and 55. RGB value is (150,243,85). Sum of RGB (Red+Green+Blue) = 150+243+85=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 243 (95.31% from 255 or 50.84% from 478); Blue value is 85 (33.59% from 255 or 17.78% from 478); Max value from RGB is 243 - color contains mainly: green. Hex color #96F355 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F355 is #690CAA. Grayscale: #C5C5C5. Windows color (decimal): -6884523 or 5632918. OLE color: 5632918.
HSL color Cylindrical-coordinate representation of color #96F355: hue angle of 95.32º degrees, saturation: 0.87, 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 #96F355 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 243 | 85 | - |
| CMYK | 0.38 | 0 | 0.65 | 0.05 |
| HSL | 95.32º | 0.87% | 0.64% | - |
| HSV(B) | 95.32º | 0.65% | 0.95% | - |
| XYZ | 46.27 | 71.24 | 19.91 | - |
| YUV | 197.18 | 64.69 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 243 | 85 | 0.38 | 0 | 0.65 | 0.05 | 95.32 | 0.87 | 0.64 |
| Hex | 96 | F3 | 55 | 26 | 0 | 41 | 5 | 5F | 57 | 40 |
| Octal | 226 | 363 | 125 | 46 | 0 | 101 | 5 | 137 | 127 | 100 |
| Binary | 10010110 | 11110011 | 1010101 | 100110 | 0 | 1000001 | 101 | 1011111 | 1010111 | 1000000 |
Color Harmonies of #96F355
Complementary color
Monochromatic Colors of #96F355
Black with #96F355
Text Example
Text Example
White with #96F355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F355; }
p { color: rgb(150,243,85); }
H1.HeaderClassName
{
color: #96F355;
}
.AnyTagClassName
{
color: #96F355;
}
</style>
background-color css
<style>
a { background-color: #96F355; }
a { background-color: rgb(150,243,85); }
div.DivClassName
{
background-color: #96F355;
}
.BgClassName
{
background-color: #96F355;
}
</style>
border-color css
<style>
span { border-color: #96F355; }
span { border-color: rgb(150,243,85); }
td.TdClassName
{
border-color: #96F355;
}
.TagClassName
{
border-color: #96F355;
}
</style>