Shades of Conifer #96FE5B
Tints of Conifer #96FE5B
RGB
CMYK
RGB Variations
Color information
#96FE5B (or 0x96FE5B) is known color: Conifer. HEX triplet: 96, FE and 5B. RGB value is (150,254,91). Sum of RGB (Red+Green+Blue) = 150+254+91=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 254 (99.61% from 255 or 51.31% from 495); Blue value is 91 (35.94% from 255 or 18.38% from 495); Max value from RGB is 254 - color contains mainly: green. Hex color #96FE5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FE5B is #6901A4. Grayscale: #CCCCCC. Windows color (decimal): -6881701 or 6028950. OLE color: 6028950.
HSL color Cylindrical-coordinate representation of color #96FE5B: hue angle of 98.28º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #96FE5B is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 254 | 91 | - |
| CMYK | 0.41 | 0 | 0.64 | 0.00 |
| HSL | 98.28º | 0.99% | 0.68% | - |
| HSV(B) | 98.28º | 0.64% | 1% | - |
| XYZ | 49.91 | 78.12 | 22.35 | - |
| YUV | 204.32 | 64.04 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 254 | 91 | 0.41 | 0 | 0.64 | 0.00 | 98.28 | 0.99 | 0.68 |
| Hex | 96 | FE | 5B | 29 | 0 | 40 | 0 | 62 | 63 | 44 |
| Octal | 226 | 376 | 133 | 51 | 0 | 100 | 0 | 142 | 143 | 104 |
| Binary | 10010110 | 11111110 | 1011011 | 101001 | 0 | 1000000 | 0 | 1100010 | 1100011 | 1000100 |
Color Harmonies of #96FE5B
Complementary color
Monochromatic Colors of #96FE5B
Black with #96FE5B
Text Example
Text Example
White with #96FE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FE5B; }
p { color: rgb(150,254,91); }
H1.HeaderClassName
{
color: #96FE5B;
}
.AnyTagClassName
{
color: #96FE5B;
}
</style>
background-color css
<style>
a { background-color: #96FE5B; }
a { background-color: rgb(150,254,91); }
div.DivClassName
{
background-color: #96FE5B;
}
.BgClassName
{
background-color: #96FE5B;
}
</style>
border-color css
<style>
span { border-color: #96FE5B; }
span { border-color: rgb(150,254,91); }
td.TdClassName
{
border-color: #96FE5B;
}
.TagClassName
{
border-color: #96FE5B;
}
</style>