Shades of Conifer #9BFC64
Tints of Conifer #9BFC64
RGB
CMYK
RGB Variations
Color information
#9BFC64 (or 0x9BFC64) is known color: Conifer. HEX triplet: 9B, FC and 64. RGB value is (155,252,100). Sum of RGB (Red+Green+Blue) = 155+252+100=507 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.57% from 507); Green value is 252 (98.83% from 255 or 49.70% from 507); Blue value is 100 (39.45% from 255 or 19.72% from 507); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFC64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFC64 is #64039B. Grayscale: #CECECE. Windows color (decimal): -6554524 or 6618267. OLE color: 6618267.
HSL color Cylindrical-coordinate representation of color #9BFC64: hue angle of 98.29º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9BFC64 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 252 | 100 | - |
| CMYK | 0.38 | 0 | 0.60 | 0.01 |
| HSL | 98.29º | 0.96% | 0.69% | - |
| HSV(B) | 98.29º | 0.6% | 0.99% | - |
| XYZ | 50.63 | 77.51 | 24.35 | - |
| YUV | 205.67 | 68.36 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 252 | 100 | 0.38 | 0 | 0.60 | 0.01 | 98.29 | 0.96 | 0.69 |
| Hex | 9B | FC | 64 | 26 | 0 | 3C | 1 | 62 | 60 | 45 |
| Octal | 233 | 374 | 144 | 46 | 0 | 74 | 1 | 142 | 140 | 105 |
| Binary | 10011011 | 11111100 | 1100100 | 100110 | 0 | 111100 | 1 | 1100010 | 1100000 | 1000101 |
Color Harmonies of #9BFC64
Complementary color
Monochromatic Colors of #9BFC64
Black with #9BFC64
Text Example
Text Example
White with #9BFC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFC64; }
p { color: rgb(155,252,100); }
H1.HeaderClassName
{
color: #9BFC64;
}
.AnyTagClassName
{
color: #9BFC64;
}
</style>
background-color css
<style>
a { background-color: #9BFC64; }
a { background-color: rgb(155,252,100); }
div.DivClassName
{
background-color: #9BFC64;
}
.BgClassName
{
background-color: #9BFC64;
}
</style>
border-color css
<style>
span { border-color: #9BFC64; }
span { border-color: rgb(155,252,100); }
td.TdClassName
{
border-color: #9BFC64;
}
.TagClassName
{
border-color: #9BFC64;
}
</style>