Shades of Conifer #9BEE61
Tints of Conifer #9BEE61
RGB
CMYK
RGB Variations
Color information
#9BEE61 (or 0x9BEE61) is known color: Conifer. HEX triplet: 9B, EE and 61. RGB value is (155,238,97). Sum of RGB (Red+Green+Blue) = 155+238+97=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 238 (93.36% from 255 or 48.57% from 490); Blue value is 97 (38.28% from 255 or 19.80% from 490); Max value from RGB is 238 - color contains mainly: green. Hex color #9BEE61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BEE61 is #64119E. Grayscale: #C5C5C5. Windows color (decimal): -6558111 or 6418075. OLE color: 6418075.
HSL color Cylindrical-coordinate representation of color #9BEE61: hue angle of 95.32º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9BEE61 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 238 | 97 | - |
| CMYK | 0.35 | 0 | 0.59 | 0.07 |
| HSL | 95.32º | 0.81% | 0.66% | - |
| HSV(B) | 95.32º | 0.59% | 0.93% | - |
| XYZ | 46.25 | 68.98 | 22.19 | - |
| YUV | 197.11 | 71.5 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 238 | 97 | 0.35 | 0 | 0.59 | 0.07 | 95.32 | 0.81 | 0.66 |
| Hex | 9B | EE | 61 | 23 | 0 | 3B | 7 | 5F | 51 | 42 |
| Octal | 233 | 356 | 141 | 43 | 0 | 73 | 7 | 137 | 121 | 102 |
| Binary | 10011011 | 11101110 | 1100001 | 100011 | 0 | 111011 | 111 | 1011111 | 1010001 | 1000010 |
Color Harmonies of #9BEE61
Complementary color
Monochromatic Colors of #9BEE61
Black with #9BEE61
Text Example
Text Example
White with #9BEE61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEE61; }
p { color: rgb(155,238,97); }
H1.HeaderClassName
{
color: #9BEE61;
}
.AnyTagClassName
{
color: #9BEE61;
}
</style>
background-color css
<style>
a { background-color: #9BEE61; }
a { background-color: rgb(155,238,97); }
div.DivClassName
{
background-color: #9BEE61;
}
.BgClassName
{
background-color: #9BEE61;
}
</style>
border-color css
<style>
span { border-color: #9BEE61; }
span { border-color: rgb(155,238,97); }
td.TdClassName
{
border-color: #9BEE61;
}
.TagClassName
{
border-color: #9BEE61;
}
</style>