Shades of Conifer #9BFB62
Tints of Conifer #9BFB62
RGB
CMYK
RGB Variations
Color information
#9BFB62 (or 0x9BFB62) is known color: Conifer. HEX triplet: 9B, FB and 62. RGB value is (155,251,98). Sum of RGB (Red+Green+Blue) = 155+251+98=504 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.75% from 504); Green value is 251 (98.44% from 255 or 49.80% from 504); Blue value is 98 (38.67% from 255 or 19.44% from 504); Max value from RGB is 251 - color contains mainly: green. Hex color #9BFB62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFB62 is #64049D. Grayscale: #CDCDCD. Windows color (decimal): -6554782 or 6486939. OLE color: 6486939.
HSL color Cylindrical-coordinate representation of color #9BFB62: hue angle of 97.65º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9BFB62 is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 251 | 98 | - |
| CMYK | 0.38 | 0 | 0.61 | 0.02 |
| HSL | 97.65º | 0.95% | 0.68% | - |
| HSV(B) | 97.65º | 0.61% | 0.98% | - |
| XYZ | 50.22 | 76.84 | 23.74 | - |
| YUV | 204.85 | 67.7 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 251 | 98 | 0.38 | 0 | 0.61 | 0.02 | 97.65 | 0.95 | 0.68 |
| Hex | 9B | FB | 62 | 26 | 0 | 3D | 2 | 62 | 5F | 44 |
| Octal | 233 | 373 | 142 | 46 | 0 | 75 | 2 | 142 | 137 | 104 |
| Binary | 10011011 | 11111011 | 1100010 | 100110 | 0 | 111101 | 10 | 1100010 | 1011111 | 1000100 |
Color Harmonies of #9BFB62
Complementary color
Monochromatic Colors of #9BFB62
Black with #9BFB62
Text Example
Text Example
White with #9BFB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFB62; }
p { color: rgb(155,251,98); }
H1.HeaderClassName
{
color: #9BFB62;
}
.AnyTagClassName
{
color: #9BFB62;
}
</style>
background-color css
<style>
a { background-color: #9BFB62; }
a { background-color: rgb(155,251,98); }
div.DivClassName
{
background-color: #9BFB62;
}
.BgClassName
{
background-color: #9BFB62;
}
</style>
border-color css
<style>
span { border-color: #9BFB62; }
span { border-color: rgb(155,251,98); }
td.TdClassName
{
border-color: #9BFB62;
}
.TagClassName
{
border-color: #9BFB62;
}
</style>