Shades of Conifer #9BFE61
Tints of Conifer #9BFE61
RGB
CMYK
RGB Variations
Color information
#9BFE61 (or 0x9BFE61) is known color: Conifer. HEX triplet: 9B, FE and 61. RGB value is (155,254,97). Sum of RGB (Red+Green+Blue) = 155+254+97=506 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.63% from 506); Green value is 254 (99.61% from 255 or 50.20% from 506); Blue value is 97 (38.28% from 255 or 19.17% from 506); Max value from RGB is 254 - color contains mainly: green. Hex color #9BFE61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFE61 is #64019E. Grayscale: #CFCFCF. Windows color (decimal): -6554015 or 6422171. OLE color: 6422171.
HSL color Cylindrical-coordinate representation of color #9BFE61: hue angle of 97.83º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9BFE61 is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 254 | 97 | - |
| CMYK | 0.39 | 0 | 0.62 | 0.00 |
| HSL | 97.83º | 0.99% | 0.69% | - |
| HSV(B) | 97.83º | 0.62% | 1% | - |
| XYZ | 51.12 | 78.72 | 23.81 | - |
| YUV | 206.5 | 66.2 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 254 | 97 | 0.39 | 0 | 0.62 | 0.00 | 97.83 | 0.99 | 0.69 |
| Hex | 9B | FE | 61 | 27 | 0 | 3E | 0 | 62 | 63 | 45 |
| Octal | 233 | 376 | 141 | 47 | 0 | 76 | 0 | 142 | 143 | 105 |
| Binary | 10011011 | 11111110 | 1100001 | 100111 | 0 | 111110 | 0 | 1100010 | 1100011 | 1000101 |
Color Harmonies of #9BFE61
Complementary color
Monochromatic Colors of #9BFE61
Black with #9BFE61
Text Example
Text Example
White with #9BFE61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFE61; }
p { color: rgb(155,254,97); }
H1.HeaderClassName
{
color: #9BFE61;
}
.AnyTagClassName
{
color: #9BFE61;
}
</style>
background-color css
<style>
a { background-color: #9BFE61; }
a { background-color: rgb(155,254,97); }
div.DivClassName
{
background-color: #9BFE61;
}
.BgClassName
{
background-color: #9BFE61;
}
</style>
border-color css
<style>
span { border-color: #9BFE61; }
span { border-color: rgb(155,254,97); }
td.TdClassName
{
border-color: #9BFE61;
}
.TagClassName
{
border-color: #9BFE61;
}
</style>