Shades of Conifer #9BF355
Tints of Conifer #9BF355
RGB
CMYK
RGB Variations
Color information
#9BF355 (or 0x9BF355) is known color: Conifer. HEX triplet: 9B, F3 and 55. RGB value is (155,243,85). Sum of RGB (Red+Green+Blue) = 155+243+85=483 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.09% from 483); Green value is 243 (95.31% from 255 or 50.31% from 483); Blue value is 85 (33.59% from 255 or 17.60% from 483); Max value from RGB is 243 - color contains mainly: green. Hex color #9BF355 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF355 is #640CAA. Grayscale: #C7C7C7. Windows color (decimal): -6556843 or 5632923. OLE color: 5632923.
HSL color Cylindrical-coordinate representation of color #9BF355: hue angle of 93.42º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9BF355 is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 243 | 85 | - |
| CMYK | 0.36 | 0 | 0.65 | 0.05 |
| HSL | 93.42º | 0.87% | 0.64% | - |
| HSV(B) | 93.42º | 0.65% | 0.95% | - |
| XYZ | 47.21 | 71.73 | 19.95 | - |
| YUV | 198.68 | 63.85 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 243 | 85 | 0.36 | 0 | 0.65 | 0.05 | 93.42 | 0.87 | 0.64 |
| Hex | 9B | F3 | 55 | 24 | 0 | 41 | 5 | 5D | 57 | 40 |
| Octal | 233 | 363 | 125 | 44 | 0 | 101 | 5 | 135 | 127 | 100 |
| Binary | 10011011 | 11110011 | 1010101 | 100100 | 0 | 1000001 | 101 | 1011101 | 1010111 | 1000000 |
Color Harmonies of #9BF355
Complementary color
Monochromatic Colors of #9BF355
Black with #9BF355
Text Example
Text Example
White with #9BF355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF355; }
p { color: rgb(155,243,85); }
H1.HeaderClassName
{
color: #9BF355;
}
.AnyTagClassName
{
color: #9BF355;
}
</style>
background-color css
<style>
a { background-color: #9BF355; }
a { background-color: rgb(155,243,85); }
div.DivClassName
{
background-color: #9BF355;
}
.BgClassName
{
background-color: #9BF355;
}
</style>
border-color css
<style>
span { border-color: #9BF355; }
span { border-color: rgb(155,243,85); }
td.TdClassName
{
border-color: #9BF355;
}
.TagClassName
{
border-color: #9BF355;
}
</style>