Shades of Conifer #9BFC57
Tints of Conifer #9BFC57
RGB
CMYK
RGB Variations
Color information
#9BFC57 (or 0x9BFC57) is known color: Conifer. HEX triplet: 9B, FC and 57. RGB value is (155,252,87). Sum of RGB (Red+Green+Blue) = 155+252+87=494 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.38% from 494); Green value is 252 (98.83% from 255 or 51.01% from 494); Blue value is 87 (34.38% from 255 or 17.61% from 494); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFC57 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFC57 is #6403A8. Grayscale: #CCCCCC. Windows color (decimal): -6554537 or 5766299. OLE color: 5766299.
HSL color Cylindrical-coordinate representation of color #9BFC57: hue angle of 95.27º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9BFC57 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 252 | 87 | - |
| CMYK | 0.38 | 0 | 0.65 | 0.01 |
| HSL | 95.27º | 0.96% | 0.66% | - |
| HSV(B) | 95.27º | 0.65% | 0.99% | - |
| XYZ | 50.05 | 77.28 | 21.3 | - |
| YUV | 204.19 | 61.86 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 252 | 87 | 0.38 | 0 | 0.65 | 0.01 | 95.27 | 0.96 | 0.66 |
| Hex | 9B | FC | 57 | 26 | 0 | 41 | 1 | 5F | 60 | 42 |
| Octal | 233 | 374 | 127 | 46 | 0 | 101 | 1 | 137 | 140 | 102 |
| Binary | 10011011 | 11111100 | 1010111 | 100110 | 0 | 1000001 | 1 | 1011111 | 1100000 | 1000010 |
Color Harmonies of #9BFC57
Complementary color
Monochromatic Colors of #9BFC57
Black with #9BFC57
Text Example
Text Example
White with #9BFC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFC57; }
p { color: rgb(155,252,87); }
H1.HeaderClassName
{
color: #9BFC57;
}
.AnyTagClassName
{
color: #9BFC57;
}
</style>
background-color css
<style>
a { background-color: #9BFC57; }
a { background-color: rgb(155,252,87); }
div.DivClassName
{
background-color: #9BFC57;
}
.BgClassName
{
background-color: #9BFC57;
}
</style>
border-color css
<style>
span { border-color: #9BFC57; }
span { border-color: rgb(155,252,87); }
td.TdClassName
{
border-color: #9BFC57;
}
.TagClassName
{
border-color: #9BFC57;
}
</style>