Shades of Conifer #9BED49
Tints of Conifer #9BED49
RGB
CMYK
RGB Variations
Color information
#9BED49 (or 0x9BED49) is known color: Conifer. HEX triplet: 9B, ED and 49. RGB value is (155,237,73). Sum of RGB (Red+Green+Blue) = 155+237+73=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 237 (92.97% from 255 or 50.97% from 465); Blue value is 73 (28.91% from 255 or 15.70% from 465); Max value from RGB is 237 - color contains mainly: green. Hex color #9BED49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9BED49 is #6412B6. Grayscale: #C2C2C2. Windows color (decimal): -6558391 or 4844955. OLE color: 4844955.
HSL color Cylindrical-coordinate representation of color #9BED49: hue angle of 90º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9BED49 is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 237 | 73 | - |
| CMYK | 0.35 | 0 | 0.69 | 0.07 |
| HSL | 90º | 0.82% | 0.61% | - |
| HSV(B) | 90º | 0.69% | 0.93% | - |
| XYZ | 45 | 68.02 | 17.06 | - |
| YUV | 193.79 | 59.83 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 237 | 73 | 0.35 | 0 | 0.69 | 0.07 | 90 | 0.82 | 0.61 |
| Hex | 9B | ED | 49 | 23 | 0 | 45 | 7 | 5A | 52 | 3D |
| Octal | 233 | 355 | 111 | 43 | 0 | 105 | 7 | 132 | 122 | 75 |
| Binary | 10011011 | 11101101 | 1001001 | 100011 | 0 | 1000101 | 111 | 1011010 | 1010010 | 111101 |
Color Harmonies of #9BED49
Complementary color
Monochromatic Colors of #9BED49
Black with #9BED49
Text Example
Text Example
White with #9BED49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BED49; }
p { color: rgb(155,237,73); }
H1.HeaderClassName
{
color: #9BED49;
}
.AnyTagClassName
{
color: #9BED49;
}
</style>
background-color css
<style>
a { background-color: #9BED49; }
a { background-color: rgb(155,237,73); }
div.DivClassName
{
background-color: #9BED49;
}
.BgClassName
{
background-color: #9BED49;
}
</style>
border-color css
<style>
span { border-color: #9BED49; }
span { border-color: rgb(155,237,73); }
td.TdClassName
{
border-color: #9BED49;
}
.TagClassName
{
border-color: #9BED49;
}
</style>