Shades of Conifer #9BF661
Tints of Conifer #9BF661
RGB
CMYK
RGB Variations
Color information
#9BF661 (or 0x9BF661) is known color: Conifer. HEX triplet: 9B, F6 and 61. RGB value is (155,246,97). Sum of RGB (Red+Green+Blue) = 155+246+97=498 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.12% from 498); Green value is 246 (96.48% from 255 or 49.40% from 498); Blue value is 97 (38.28% from 255 or 19.48% from 498); Max value from RGB is 246 - color contains mainly: green. Hex color #9BF661 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF661 is #64099E. Grayscale: #CACACA. Windows color (decimal): -6556063 or 6420123. OLE color: 6420123.
HSL color Cylindrical-coordinate representation of color #9BF661: hue angle of 96.64º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9BF661 is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 246 | 97 | - |
| CMYK | 0.37 | 0 | 0.61 | 0.04 |
| HSL | 96.64º | 0.89% | 0.67% | - |
| HSV(B) | 96.64º | 0.61% | 0.96% | - |
| XYZ | 48.63 | 73.74 | 22.98 | - |
| YUV | 201.81 | 68.85 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 246 | 97 | 0.37 | 0 | 0.61 | 0.04 | 96.64 | 0.89 | 0.67 |
| Hex | 9B | F6 | 61 | 25 | 0 | 3D | 4 | 61 | 59 | 43 |
| Octal | 233 | 366 | 141 | 45 | 0 | 75 | 4 | 141 | 131 | 103 |
| Binary | 10011011 | 11110110 | 1100001 | 100101 | 0 | 111101 | 100 | 1100001 | 1011001 | 1000011 |
Color Harmonies of #9BF661
Complementary color
Monochromatic Colors of #9BF661
Black with #9BF661
Text Example
Text Example
White with #9BF661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF661; }
p { color: rgb(155,246,97); }
H1.HeaderClassName
{
color: #9BF661;
}
.AnyTagClassName
{
color: #9BF661;
}
</style>
background-color css
<style>
a { background-color: #9BF661; }
a { background-color: rgb(155,246,97); }
div.DivClassName
{
background-color: #9BF661;
}
.BgClassName
{
background-color: #9BF661;
}
</style>
border-color css
<style>
span { border-color: #9BF661; }
span { border-color: rgb(155,246,97); }
td.TdClassName
{
border-color: #9BF661;
}
.TagClassName
{
border-color: #9BF661;
}
</style>