Shades of Conifer #96EA50
Tints of Conifer #96EA50
RGB
CMYK
RGB Variations
Color information
#96EA50 (or 0x96EA50) is known color: Conifer. HEX triplet: 96, EA and 50. RGB value is (150,234,80). Sum of RGB (Red+Green+Blue) = 150+234+80=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 234 (91.80% from 255 or 50.43% from 464); Blue value is 80 (31.64% from 255 or 17.24% from 464); Max value from RGB is 234 - color contains mainly: green. Hex color #96EA50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96EA50 is #6915AF. Grayscale: #BFBFBF. Windows color (decimal): -6886832 or 5302934. OLE color: 5302934.
HSL color Cylindrical-coordinate representation of color #96EA50: hue angle of 92.73º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #96EA50 is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 234 | 80 | - |
| CMYK | 0.36 | 0 | 0.66 | 0.08 |
| HSL | 92.73º | 0.79% | 0.62% | - |
| HSV(B) | 92.73º | 0.66% | 0.92% | - |
| XYZ | 43.45 | 65.91 | 18.02 | - |
| YUV | 191.33 | 65.17 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 234 | 80 | 0.36 | 0 | 0.66 | 0.08 | 92.73 | 0.79 | 0.62 |
| Hex | 96 | EA | 50 | 24 | 0 | 42 | 8 | 5D | 4F | 3E |
| Octal | 226 | 352 | 120 | 44 | 0 | 102 | 10 | 135 | 117 | 76 |
| Binary | 10010110 | 11101010 | 1010000 | 100100 | 0 | 1000010 | 1000 | 1011101 | 1001111 | 111110 |
Color Harmonies of #96EA50
Complementary color
Monochromatic Colors of #96EA50
Black with #96EA50
Text Example
Text Example
White with #96EA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EA50; }
p { color: rgb(150,234,80); }
H1.HeaderClassName
{
color: #96EA50;
}
.AnyTagClassName
{
color: #96EA50;
}
</style>
background-color css
<style>
a { background-color: #96EA50; }
a { background-color: rgb(150,234,80); }
div.DivClassName
{
background-color: #96EA50;
}
.BgClassName
{
background-color: #96EA50;
}
</style>
border-color css
<style>
span { border-color: #96EA50; }
span { border-color: rgb(150,234,80); }
td.TdClassName
{
border-color: #96EA50;
}
.TagClassName
{
border-color: #96EA50;
}
</style>