Shades of Conifer #9BF855
Tints of Conifer #9BF855
RGB
CMYK
RGB Variations
Color information
#9BF855 (or 0x9BF855) is known color: Conifer. HEX triplet: 9B, F8 and 55. RGB value is (155,248,85). Sum of RGB (Red+Green+Blue) = 155+248+85=488 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.76% from 488); Green value is 248 (97.27% from 255 or 50.82% from 488); Blue value is 85 (33.59% from 255 or 17.42% from 488); Max value from RGB is 248 - color contains mainly: green. Hex color #9BF855 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF855 is #6407AA. Grayscale: #CACACA. Windows color (decimal): -6555563 or 5634203. OLE color: 5634203.
HSL color Cylindrical-coordinate representation of color #9BF855: hue angle of 94.23º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9BF855 is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 155 | 248 | 85 | - |
| CMYK | 0.38 | 0 | 0.66 | 0.03 |
| HSL | 94.23º | 0.92% | 0.65% | - |
| HSV(B) | 94.23º | 0.66% | 0.97% | - |
| XYZ | 48.72 | 74.76 | 20.46 | - |
| YUV | 201.61 | 62.19 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 248 | 85 | 0.38 | 0 | 0.66 | 0.03 | 94.23 | 0.92 | 0.65 |
| Hex | 9B | F8 | 55 | 26 | 0 | 42 | 3 | 5E | 5C | 41 |
| Octal | 233 | 370 | 125 | 46 | 0 | 102 | 3 | 136 | 134 | 101 |
| Binary | 10011011 | 11111000 | 1010101 | 100110 | 0 | 1000010 | 11 | 1011110 | 1011100 | 1000001 |
Color Harmonies of #9BF855
Complementary color
Monochromatic Colors of #9BF855
Black with #9BF855
Text Example
Text Example
White with #9BF855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF855; }
p { color: rgb(155,248,85); }
H1.HeaderClassName
{
color: #9BF855;
}
.AnyTagClassName
{
color: #9BF855;
}
</style>
background-color css
<style>
a { background-color: #9BF855; }
a { background-color: rgb(155,248,85); }
div.DivClassName
{
background-color: #9BF855;
}
.BgClassName
{
background-color: #9BF855;
}
</style>
border-color css
<style>
span { border-color: #9BF855; }
span { border-color: rgb(155,248,85); }
td.TdClassName
{
border-color: #9BF855;
}
.TagClassName
{
border-color: #9BF855;
}
</style>