Shades of Conifer #9BF558
Tints of Conifer #9BF558
RGB
CMYK
RGB Variations
Color information
#9BF558 (or 0x9BF558) is known color: Conifer. HEX triplet: 9B, F5 and 58. RGB value is (155,245,88). Sum of RGB (Red+Green+Blue) = 155+245+88=488 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.76% from 488); Green value is 245 (96.09% from 255 or 50.20% from 488); Blue value is 88 (34.77% from 255 or 18.03% from 488); Max value from RGB is 245 - color contains mainly: green. Hex color #9BF558 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF558 is #640AA7. Grayscale: #C8C8C8. Windows color (decimal): -6556328 or 5830043. OLE color: 5830043.
HSL color Cylindrical-coordinate representation of color #9BF558: hue angle of 94.39º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9BF558 is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 245 | 88 | - |
| CMYK | 0.37 | 0 | 0.64 | 0.04 |
| HSL | 94.39º | 0.89% | 0.65% | - |
| HSV(B) | 94.39º | 0.64% | 0.96% | - |
| XYZ | 47.93 | 72.98 | 20.79 | - |
| YUV | 200.19 | 64.68 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 245 | 88 | 0.37 | 0 | 0.64 | 0.04 | 94.39 | 0.89 | 0.65 |
| Hex | 9B | F5 | 58 | 25 | 0 | 40 | 4 | 5E | 59 | 41 |
| Octal | 233 | 365 | 130 | 45 | 0 | 100 | 4 | 136 | 131 | 101 |
| Binary | 10011011 | 11110101 | 1011000 | 100101 | 0 | 1000000 | 100 | 1011110 | 1011001 | 1000001 |
Color Harmonies of #9BF558
Complementary color
Monochromatic Colors of #9BF558
Black with #9BF558
Text Example
Text Example
White with #9BF558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF558; }
p { color: rgb(155,245,88); }
H1.HeaderClassName
{
color: #9BF558;
}
.AnyTagClassName
{
color: #9BF558;
}
</style>
background-color css
<style>
a { background-color: #9BF558; }
a { background-color: rgb(155,245,88); }
div.DivClassName
{
background-color: #9BF558;
}
.BgClassName
{
background-color: #9BF558;
}
</style>
border-color css
<style>
span { border-color: #9BF558; }
span { border-color: rgb(155,245,88); }
td.TdClassName
{
border-color: #9BF558;
}
.TagClassName
{
border-color: #9BF558;
}
</style>