Shades of Conifer #96DC5B
Tints of Conifer #96DC5B
RGB
CMYK
RGB Variations
Color information
#96DC5B (or 0x96DC5B) is known color: Conifer. HEX triplet: 96, DC and 5B. RGB value is (150,220,91). Sum of RGB (Red+Green+Blue) = 150+220+91=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 91 (35.94% from 255 or 19.74% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #96DC5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DC5B is #6923A4. Grayscale: #B8B8B8. Windows color (decimal): -6890405 or 6020246. OLE color: 6020246.
HSL color Cylindrical-coordinate representation of color #96DC5B: hue angle of 92.56º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96DC5B is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 220 | 91 | - |
| CMYK | 0.32 | 0 | 0.59 | 0.14 |
| HSL | 92.56º | 0.65% | 0.61% | - |
| HSV(B) | 92.56º | 0.59% | 0.86% | - |
| XYZ | 40.06 | 58.43 | 19.06 | - |
| YUV | 184.36 | 75.31 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 220 | 91 | 0.32 | 0 | 0.59 | 0.14 | 92.56 | 0.65 | 0.61 |
| Hex | 96 | DC | 5B | 20 | 0 | 3B | E | 5D | 41 | 3D |
| Octal | 226 | 334 | 133 | 40 | 0 | 73 | 16 | 135 | 101 | 75 |
| Binary | 10010110 | 11011100 | 1011011 | 100000 | 0 | 111011 | 1110 | 1011101 | 1000001 | 111101 |
Color Harmonies of #96DC5B
Complementary color
Monochromatic Colors of #96DC5B
Black with #96DC5B
Text Example
Text Example
White with #96DC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DC5B; }
p { color: rgb(150,220,91); }
H1.HeaderClassName
{
color: #96DC5B;
}
.AnyTagClassName
{
color: #96DC5B;
}
</style>
background-color css
<style>
a { background-color: #96DC5B; }
a { background-color: rgb(150,220,91); }
div.DivClassName
{
background-color: #96DC5B;
}
.BgClassName
{
background-color: #96DC5B;
}
</style>
border-color css
<style>
span { border-color: #96DC5B; }
span { border-color: rgb(150,220,91); }
td.TdClassName
{
border-color: #96DC5B;
}
.TagClassName
{
border-color: #96DC5B;
}
</style>