Shades of Conifer #9BE65B
Tints of Conifer #9BE65B
RGB
CMYK
RGB Variations
Color information
#9BE65B (or 0x9BE65B) is known color: Conifer. HEX triplet: 9B, E6 and 5B. RGB value is (155,230,91). Sum of RGB (Red+Green+Blue) = 155+230+91=476 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.56% from 476); Green value is 230 (90.23% from 255 or 48.32% from 476); Blue value is 91 (35.94% from 255 or 19.12% from 476); Max value from RGB is 230 - color contains mainly: green. Hex color #9BE65B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BE65B is #6419A4. Grayscale: #C0C0C0. Windows color (decimal): -6560165 or 6022811. OLE color: 6022811.
HSL color Cylindrical-coordinate representation of color #9BE65B: hue angle of 92.37º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9BE65B is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 155 | 230 | 91 | - |
| CMYK | 0.33 | 0 | 0.60 | 0.10 |
| HSL | 92.37º | 0.74% | 0.63% | - |
| HSV(B) | 92.37º | 0.6% | 0.9% | - |
| XYZ | 43.7 | 64.32 | 20.01 | - |
| YUV | 191.73 | 71.15 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 230 | 91 | 0.33 | 0 | 0.60 | 0.10 | 92.37 | 0.74 | 0.63 |
| Hex | 9B | E6 | 5B | 21 | 0 | 3C | A | 5C | 4A | 3F |
| Octal | 233 | 346 | 133 | 41 | 0 | 74 | 12 | 134 | 112 | 77 |
| Binary | 10011011 | 11100110 | 1011011 | 100001 | 0 | 111100 | 1010 | 1011100 | 1001010 | 111111 |
Color Harmonies of #9BE65B
Complementary color
Monochromatic Colors of #9BE65B
Black with #9BE65B
Text Example
Text Example
White with #9BE65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE65B; }
p { color: rgb(155,230,91); }
H1.HeaderClassName
{
color: #9BE65B;
}
.AnyTagClassName
{
color: #9BE65B;
}
</style>
background-color css
<style>
a { background-color: #9BE65B; }
a { background-color: rgb(155,230,91); }
div.DivClassName
{
background-color: #9BE65B;
}
.BgClassName
{
background-color: #9BE65B;
}
</style>
border-color css
<style>
span { border-color: #9BE65B; }
span { border-color: rgb(155,230,91); }
td.TdClassName
{
border-color: #9BE65B;
}
.TagClassName
{
border-color: #9BE65B;
}
</style>