Shades of Conifer #9BFB63
Tints of Conifer #9BFB63
RGB
CMYK
RGB Variations
Color information
#9BFB63 (or 0x9BFB63) is known color: Conifer. HEX triplet: 9B, FB and 63. RGB value is (155,251,99). Sum of RGB (Red+Green+Blue) = 155+251+99=505 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.69% from 505); Green value is 251 (98.44% from 255 or 49.70% from 505); Blue value is 99 (39.06% from 255 or 19.60% from 505); Max value from RGB is 251 - color contains mainly: green. Hex color #9BFB63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFB63 is #64049C. Grayscale: #CDCDCD. Windows color (decimal): -6554781 or 6552475. OLE color: 6552475.
HSL color Cylindrical-coordinate representation of color #9BFB63: hue angle of 97.89º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9BFB63 is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 251 | 99 | - |
| CMYK | 0.38 | 0 | 0.61 | 0.02 |
| HSL | 97.89º | 0.95% | 0.69% | - |
| HSV(B) | 97.89º | 0.61% | 0.98% | - |
| XYZ | 50.27 | 76.86 | 23.99 | - |
| YUV | 204.97 | 68.2 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 251 | 99 | 0.38 | 0 | 0.61 | 0.02 | 97.89 | 0.95 | 0.69 |
| Hex | 9B | FB | 63 | 26 | 0 | 3D | 2 | 62 | 5F | 45 |
| Octal | 233 | 373 | 143 | 46 | 0 | 75 | 2 | 142 | 137 | 105 |
| Binary | 10011011 | 11111011 | 1100011 | 100110 | 0 | 111101 | 10 | 1100010 | 1011111 | 1000101 |
Color Harmonies of #9BFB63
Complementary color
Monochromatic Colors of #9BFB63
Black with #9BFB63
Text Example
Text Example
White with #9BFB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFB63; }
p { color: rgb(155,251,99); }
H1.HeaderClassName
{
color: #9BFB63;
}
.AnyTagClassName
{
color: #9BFB63;
}
</style>
background-color css
<style>
a { background-color: #9BFB63; }
a { background-color: rgb(155,251,99); }
div.DivClassName
{
background-color: #9BFB63;
}
.BgClassName
{
background-color: #9BFB63;
}
</style>
border-color css
<style>
span { border-color: #9BFB63; }
span { border-color: rgb(155,251,99); }
td.TdClassName
{
border-color: #9BFB63;
}
.TagClassName
{
border-color: #9BFB63;
}
</style>