Shades of Conifer #9BFF5E
Tints of Conifer #9BFF5E
RGB
CMYK
RGB Variations
Color information
#9BFF5E (or 0x9BFF5E) is known color: Conifer. HEX triplet: 9B, FF and 5E. RGB value is (155,255,94). Sum of RGB (Red+Green+Blue) = 155+255+94=504 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.75% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 94 (37.11% from 255 or 18.65% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFF5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFF5E is #6400A1. Grayscale: #CFCFCF. Windows color (decimal): -6553762 or 6225819. OLE color: 6225819.
HSL color Cylindrical-coordinate representation of color #9BFF5E: hue angle of 97.27º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9BFF5E is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 94 | - |
| CMYK | 0.39 | 0 | 0.63 | 0 |
| HSL | 97.27º | 1% | 0.68% | - |
| HSV(B) | 97.27º | 0.63% | 1% | - |
| XYZ | 51.3 | 79.3 | 23.19 | - |
| YUV | 206.75 | 64.37 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 94 | 0.39 | 0 | 0.63 | 0 | 97.27 | 1 | 0.68 |
| Hex | 9B | FF | 5E | 27 | 0 | 3F | 0 | 61 | 64 | 44 |
| Octal | 233 | 377 | 136 | 47 | 0 | 77 | 0 | 141 | 144 | 104 |
| Binary | 10011011 | 11111111 | 1011110 | 100111 | 0 | 111111 | 0 | 1100001 | 1100100 | 1000100 |
Color Harmonies of #9BFF5E
Complementary color
Monochromatic Colors of #9BFF5E
Black with #9BFF5E
Text Example
Text Example
White with #9BFF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFF5E; }
p { color: rgb(155,255,94); }
H1.HeaderClassName
{
color: #9BFF5E;
}
.AnyTagClassName
{
color: #9BFF5E;
}
</style>
background-color css
<style>
a { background-color: #9BFF5E; }
a { background-color: rgb(155,255,94); }
div.DivClassName
{
background-color: #9BFF5E;
}
.BgClassName
{
background-color: #9BFF5E;
}
</style>
border-color css
<style>
span { border-color: #9BFF5E; }
span { border-color: rgb(155,255,94); }
td.TdClassName
{
border-color: #9BFF5E;
}
.TagClassName
{
border-color: #9BFF5E;
}
</style>