Shades of Conifer #9BEE56
Tints of Conifer #9BEE56
RGB
CMYK
RGB Variations
Color information
#9BEE56 (or 0x9BEE56) is known color: Conifer. HEX triplet: 9B, EE and 56. RGB value is (155,238,86). Sum of RGB (Red+Green+Blue) = 155+238+86=479 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.36% from 479); Green value is 238 (93.36% from 255 or 49.69% from 479); Blue value is 86 (33.98% from 255 or 17.95% from 479); Max value from RGB is 238 - color contains mainly: green. Hex color #9BEE56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BEE56 is #6411A9. Grayscale: #C4C4C4. Windows color (decimal): -6558122 or 5697179. OLE color: 5697179.
HSL color Cylindrical-coordinate representation of color #9BEE56: hue angle of 92.76º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9BEE56 is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 238 | 86 | - |
| CMYK | 0.35 | 0 | 0.64 | 0.07 |
| HSL | 92.76º | 0.82% | 0.64% | - |
| HSV(B) | 92.76º | 0.64% | 0.93% | - |
| XYZ | 45.77 | 68.79 | 19.67 | - |
| YUV | 195.86 | 66 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 238 | 86 | 0.35 | 0 | 0.64 | 0.07 | 92.76 | 0.82 | 0.64 |
| Hex | 9B | EE | 56 | 23 | 0 | 40 | 7 | 5D | 52 | 40 |
| Octal | 233 | 356 | 126 | 43 | 0 | 100 | 7 | 135 | 122 | 100 |
| Binary | 10011011 | 11101110 | 1010110 | 100011 | 0 | 1000000 | 111 | 1011101 | 1010010 | 1000000 |
Color Harmonies of #9BEE56
Complementary color
Monochromatic Colors of #9BEE56
Black with #9BEE56
Text Example
Text Example
White with #9BEE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEE56; }
p { color: rgb(155,238,86); }
H1.HeaderClassName
{
color: #9BEE56;
}
.AnyTagClassName
{
color: #9BEE56;
}
</style>
background-color css
<style>
a { background-color: #9BEE56; }
a { background-color: rgb(155,238,86); }
div.DivClassName
{
background-color: #9BEE56;
}
.BgClassName
{
background-color: #9BEE56;
}
</style>
border-color css
<style>
span { border-color: #9BEE56; }
span { border-color: rgb(155,238,86); }
td.TdClassName
{
border-color: #9BEE56;
}
.TagClassName
{
border-color: #9BEE56;
}
</style>