Shades of Conifer #9BFE59
Tints of Conifer #9BFE59
RGB
CMYK
RGB Variations
Color information
#9BFE59 (or 0x9BFE59) is known color: Conifer. HEX triplet: 9B, FE and 59. RGB value is (155,254,89). Sum of RGB (Red+Green+Blue) = 155+254+89=498 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.12% from 498); Green value is 254 (99.61% from 255 or 51.00% from 498); Blue value is 89 (35.16% from 255 or 17.87% from 498); Max value from RGB is 254 - color contains mainly: green. Hex color #9BFE59 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFE59 is #6401A6. Grayscale: #CECECE. Windows color (decimal): -6554023 or 5897883. OLE color: 5897883.
HSL color Cylindrical-coordinate representation of color #9BFE59: hue angle of 96º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9BFE59 is Cyan = 0.39, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 254 | 89 | - |
| CMYK | 0.39 | 0 | 0.65 | 0.00 |
| HSL | 96º | 0.99% | 0.67% | - |
| HSV(B) | 96º | 0.65% | 1% | - |
| XYZ | 50.76 | 78.57 | 21.94 | - |
| YUV | 205.59 | 62.2 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 254 | 89 | 0.39 | 0 | 0.65 | 0.00 | 96 | 0.99 | 0.67 |
| Hex | 9B | FE | 59 | 27 | 0 | 41 | 0 | 60 | 63 | 43 |
| Octal | 233 | 376 | 131 | 47 | 0 | 101 | 0 | 140 | 143 | 103 |
| Binary | 10011011 | 11111110 | 1011001 | 100111 | 0 | 1000001 | 0 | 1100000 | 1100011 | 1000011 |
Color Harmonies of #9BFE59
Complementary color
Monochromatic Colors of #9BFE59
Black with #9BFE59
Text Example
Text Example
White with #9BFE59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFE59; }
p { color: rgb(155,254,89); }
H1.HeaderClassName
{
color: #9BFE59;
}
.AnyTagClassName
{
color: #9BFE59;
}
</style>
background-color css
<style>
a { background-color: #9BFE59; }
a { background-color: rgb(155,254,89); }
div.DivClassName
{
background-color: #9BFE59;
}
.BgClassName
{
background-color: #9BFE59;
}
</style>
border-color css
<style>
span { border-color: #9BFE59; }
span { border-color: rgb(155,254,89); }
td.TdClassName
{
border-color: #9BFE59;
}
.TagClassName
{
border-color: #9BFE59;
}
</style>