Shades of Conifer #9BF653
Tints of Conifer #9BF653
RGB
CMYK
RGB Variations
Color information
#9BF653 (or 0x9BF653) is known color: Conifer. HEX triplet: 9B, F6 and 53. RGB value is (155,246,83). Sum of RGB (Red+Green+Blue) = 155+246+83=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 246 (96.48% from 255 or 50.83% from 484); Blue value is 83 (32.81% from 255 or 17.15% from 484); Max value from RGB is 246 - color contains mainly: green. Hex color #9BF653 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF653 is #6409AC. Grayscale: #C8C8C8. Windows color (decimal): -6556077 or 5502619. OLE color: 5502619.
HSL color Cylindrical-coordinate representation of color #9BF653: hue angle of 93.5º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9BF653 is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 246 | 83 | - |
| CMYK | 0.37 | 0 | 0.66 | 0.04 |
| HSL | 93.5º | 0.9% | 0.65% | - |
| HSV(B) | 93.5º | 0.66% | 0.96% | - |
| XYZ | 48.03 | 73.5 | 19.84 | - |
| YUV | 200.21 | 61.85 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 246 | 83 | 0.37 | 0 | 0.66 | 0.04 | 93.5 | 0.9 | 0.65 |
| Hex | 9B | F6 | 53 | 25 | 0 | 42 | 4 | 5D | 5A | 41 |
| Octal | 233 | 366 | 123 | 45 | 0 | 102 | 4 | 135 | 132 | 101 |
| Binary | 10011011 | 11110110 | 1010011 | 100101 | 0 | 1000010 | 100 | 1011101 | 1011010 | 1000001 |
Color Harmonies of #9BF653
Complementary color
Monochromatic Colors of #9BF653
Black with #9BF653
Text Example
Text Example
White with #9BF653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF653; }
p { color: rgb(155,246,83); }
H1.HeaderClassName
{
color: #9BF653;
}
.AnyTagClassName
{
color: #9BF653;
}
</style>
background-color css
<style>
a { background-color: #9BF653; }
a { background-color: rgb(155,246,83); }
div.DivClassName
{
background-color: #9BF653;
}
.BgClassName
{
background-color: #9BF653;
}
</style>
border-color css
<style>
span { border-color: #9BF653; }
span { border-color: rgb(155,246,83); }
td.TdClassName
{
border-color: #9BF653;
}
.TagClassName
{
border-color: #9BF653;
}
</style>