Shades of Conifer #9BFC54
Tints of Conifer #9BFC54
RGB
CMYK
RGB Variations
Color information
#9BFC54 (or 0x9BFC54) is known color: Conifer. HEX triplet: 9B, FC and 54. RGB value is (155,252,84). Sum of RGB (Red+Green+Blue) = 155+252+84=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 252 (98.83% from 255 or 51.32% from 491); Blue value is 84 (33.20% from 255 or 17.11% from 491); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFC54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFC54 is #6403AB. Grayscale: #CCCCCC. Windows color (decimal): -6554540 or 5569691. OLE color: 5569691.
HSL color Cylindrical-coordinate representation of color #9BFC54: hue angle of 94.64º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9BFC54 is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 252 | 84 | - |
| CMYK | 0.38 | 0 | 0.67 | 0.01 |
| HSL | 94.64º | 0.97% | 0.66% | - |
| HSV(B) | 94.64º | 0.67% | 0.99% | - |
| XYZ | 49.93 | 77.23 | 20.66 | - |
| YUV | 203.85 | 60.36 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 252 | 84 | 0.38 | 0 | 0.67 | 0.01 | 94.64 | 0.97 | 0.66 |
| Hex | 9B | FC | 54 | 26 | 0 | 43 | 1 | 5F | 61 | 42 |
| Octal | 233 | 374 | 124 | 46 | 0 | 103 | 1 | 137 | 141 | 102 |
| Binary | 10011011 | 11111100 | 1010100 | 100110 | 0 | 1000011 | 1 | 1011111 | 1100001 | 1000010 |
Color Harmonies of #9BFC54
Complementary color
Monochromatic Colors of #9BFC54
Black with #9BFC54
Text Example
Text Example
White with #9BFC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFC54; }
p { color: rgb(155,252,84); }
H1.HeaderClassName
{
color: #9BFC54;
}
.AnyTagClassName
{
color: #9BFC54;
}
</style>
background-color css
<style>
a { background-color: #9BFC54; }
a { background-color: rgb(155,252,84); }
div.DivClassName
{
background-color: #9BFC54;
}
.BgClassName
{
background-color: #9BFC54;
}
</style>
border-color css
<style>
span { border-color: #9BFC54; }
span { border-color: rgb(155,252,84); }
td.TdClassName
{
border-color: #9BFC54;
}
.TagClassName
{
border-color: #9BFC54;
}
</style>