Shades of Conifer #9BE053
Tints of Conifer #9BE053
RGB
CMYK
RGB Variations
Color information
#9BE053 (or 0x9BE053) is known color: Conifer. HEX triplet: 9B, E0 and 53. RGB value is (155,224,83). Sum of RGB (Red+Green+Blue) = 155+224+83=462 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.55% from 462); Green value is 224 (87.89% from 255 or 48.48% from 462); Blue value is 83 (32.81% from 255 or 17.97% from 462); Max value from RGB is 224 - color contains mainly: green. Hex color #9BE053 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BE053 is #641FAC. Grayscale: #BBBBBB. Windows color (decimal): -6561709 or 5496987. OLE color: 5496987.
HSL color Cylindrical-coordinate representation of color #9BE053: hue angle of 89.36º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9BE053 is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 224 | 83 | - |
| CMYK | 0.31 | 0 | 0.63 | 0.12 |
| HSL | 89.36º | 0.69% | 0.6% | - |
| HSV(B) | 89.36º | 0.63% | 0.88% | - |
| XYZ | 41.73 | 60.9 | 17.74 | - |
| YUV | 187.3 | 69.14 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 224 | 83 | 0.31 | 0 | 0.63 | 0.12 | 89.36 | 0.69 | 0.6 |
| Hex | 9B | E0 | 53 | 1F | 0 | 3F | C | 59 | 45 | 3C |
| Octal | 233 | 340 | 123 | 37 | 0 | 77 | 14 | 131 | 105 | 74 |
| Binary | 10011011 | 11100000 | 1010011 | 11111 | 0 | 111111 | 1100 | 1011001 | 1000101 | 111100 |
Color Harmonies of #9BE053
Complementary color
Monochromatic Colors of #9BE053
Black with #9BE053
Text Example
Text Example
White with #9BE053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE053; }
p { color: rgb(155,224,83); }
H1.HeaderClassName
{
color: #9BE053;
}
.AnyTagClassName
{
color: #9BE053;
}
</style>
background-color css
<style>
a { background-color: #9BE053; }
a { background-color: rgb(155,224,83); }
div.DivClassName
{
background-color: #9BE053;
}
.BgClassName
{
background-color: #9BE053;
}
</style>
border-color css
<style>
span { border-color: #9BE053; }
span { border-color: rgb(155,224,83); }
td.TdClassName
{
border-color: #9BE053;
}
.TagClassName
{
border-color: #9BE053;
}
</style>