Shades of Conifer #9BF762
Tints of Conifer #9BF762
RGB
CMYK
RGB Variations
Color information
#9BF762 (or 0x9BF762) is known color: Conifer. HEX triplet: 9B, F7 and 62. RGB value is (155,247,98). Sum of RGB (Red+Green+Blue) = 155+247+98=500 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31% from 500); Green value is 247 (96.88% from 255 or 49.4% from 500); Blue value is 98 (38.67% from 255 or 19.6% from 500); Max value from RGB is 247 - color contains mainly: green. Hex color #9BF762 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF762 is #64089D. Grayscale: #CBCBCB. Windows color (decimal): -6555806 or 6485915. OLE color: 6485915.
HSL color Cylindrical-coordinate representation of color #9BF762: hue angle of 97.05º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9BF762 is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 155 | 247 | 98 | - |
| CMYK | 0.37 | 0 | 0.60 | 0.03 |
| HSL | 97.05º | 0.9% | 0.68% | - |
| HSV(B) | 97.05º | 0.6% | 0.97% | - |
| XYZ | 48.98 | 74.37 | 23.33 | - |
| YUV | 202.51 | 69.02 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 247 | 98 | 0.37 | 0 | 0.60 | 0.03 | 97.05 | 0.9 | 0.68 |
| Hex | 9B | F7 | 62 | 25 | 0 | 3C | 3 | 61 | 5A | 44 |
| Octal | 233 | 367 | 142 | 45 | 0 | 74 | 3 | 141 | 132 | 104 |
| Binary | 10011011 | 11110111 | 1100010 | 100101 | 0 | 111100 | 11 | 1100001 | 1011010 | 1000100 |
Color Harmonies of #9BF762
Complementary color
Monochromatic Colors of #9BF762
Black with #9BF762
Text Example
Text Example
White with #9BF762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF762; }
p { color: rgb(155,247,98); }
H1.HeaderClassName
{
color: #9BF762;
}
.AnyTagClassName
{
color: #9BF762;
}
</style>
background-color css
<style>
a { background-color: #9BF762; }
a { background-color: rgb(155,247,98); }
div.DivClassName
{
background-color: #9BF762;
}
.BgClassName
{
background-color: #9BF762;
}
</style>
border-color css
<style>
span { border-color: #9BF762; }
span { border-color: rgb(155,247,98); }
td.TdClassName
{
border-color: #9BF762;
}
.TagClassName
{
border-color: #9BF762;
}
</style>