Shades of Conifer #9BFC5E
Tints of Conifer #9BFC5E
RGB
CMYK
RGB Variations
Color information
#9BFC5E (or 0x9BFC5E) is known color: Conifer. HEX triplet: 9B, FC and 5E. RGB value is (155,252,94). Sum of RGB (Red+Green+Blue) = 155+252+94=501 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.94% from 501); Green value is 252 (98.83% from 255 or 50.30% from 501); Blue value is 94 (37.11% from 255 or 18.76% from 501); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFC5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFC5E is #6403A1. Grayscale: #CDCDCD. Windows color (decimal): -6554530 or 6225051. OLE color: 6225051.
HSL color Cylindrical-coordinate representation of color #9BFC5E: hue angle of 96.84º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9BFC5E is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 252 | 94 | - |
| CMYK | 0.38 | 0 | 0.63 | 0.01 |
| HSL | 96.84º | 0.96% | 0.68% | - |
| HSV(B) | 96.84º | 0.63% | 0.99% | - |
| XYZ | 50.35 | 77.4 | 22.88 | - |
| YUV | 204.99 | 65.36 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 252 | 94 | 0.38 | 0 | 0.63 | 0.01 | 96.84 | 0.96 | 0.68 |
| Hex | 9B | FC | 5E | 26 | 0 | 3F | 1 | 61 | 60 | 44 |
| Octal | 233 | 374 | 136 | 46 | 0 | 77 | 1 | 141 | 140 | 104 |
| Binary | 10011011 | 11111100 | 1011110 | 100110 | 0 | 111111 | 1 | 1100001 | 1100000 | 1000100 |
Color Harmonies of #9BFC5E
Complementary color
Monochromatic Colors of #9BFC5E
Black with #9BFC5E
Text Example
Text Example
White with #9BFC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFC5E; }
p { color: rgb(155,252,94); }
H1.HeaderClassName
{
color: #9BFC5E;
}
.AnyTagClassName
{
color: #9BFC5E;
}
</style>
background-color css
<style>
a { background-color: #9BFC5E; }
a { background-color: rgb(155,252,94); }
div.DivClassName
{
background-color: #9BFC5E;
}
.BgClassName
{
background-color: #9BFC5E;
}
</style>
border-color css
<style>
span { border-color: #9BFC5E; }
span { border-color: rgb(155,252,94); }
td.TdClassName
{
border-color: #9BFC5E;
}
.TagClassName
{
border-color: #9BFC5E;
}
</style>