Shades of Conifer #9BDD58
Tints of Conifer #9BDD58
RGB
CMYK
RGB Variations
Color information
#9BDD58 (or 0x9BDD58) is known color: Conifer. HEX triplet: 9B, DD and 58. RGB value is (155,221,88). Sum of RGB (Red+Green+Blue) = 155+221+88=464 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.41% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 88 (34.77% from 255 or 18.97% from 464); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDD58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDD58 is #6422A7. Grayscale: #BABABA. Windows color (decimal): -6562472 or 5823899. OLE color: 5823899.
HSL color Cylindrical-coordinate representation of color #9BDD58: hue angle of 89.77º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9BDD58 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 221 | 88 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.13 |
| HSL | 89.77º | 0.66% | 0.61% | - |
| HSV(B) | 89.77º | 0.6% | 0.87% | - |
| XYZ | 41.14 | 59.39 | 18.53 | - |
| YUV | 186.1 | 72.63 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 221 | 88 | 0.30 | 0 | 0.60 | 0.13 | 89.77 | 0.66 | 0.61 |
| Hex | 9B | DD | 58 | 1E | 0 | 3C | D | 5A | 42 | 3D |
| Octal | 233 | 335 | 130 | 36 | 0 | 74 | 15 | 132 | 102 | 75 |
| Binary | 10011011 | 11011101 | 1011000 | 11110 | 0 | 111100 | 1101 | 1011010 | 1000010 | 111101 |
Color Harmonies of #9BDD58
Complementary color
Monochromatic Colors of #9BDD58
Black with #9BDD58
Text Example
Text Example
White with #9BDD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDD58; }
p { color: rgb(155,221,88); }
H1.HeaderClassName
{
color: #9BDD58;
}
.AnyTagClassName
{
color: #9BDD58;
}
</style>
background-color css
<style>
a { background-color: #9BDD58; }
a { background-color: rgb(155,221,88); }
div.DivClassName
{
background-color: #9BDD58;
}
.BgClassName
{
background-color: #9BDD58;
}
</style>
border-color css
<style>
span { border-color: #9BDD58; }
span { border-color: rgb(155,221,88); }
td.TdClassName
{
border-color: #9BDD58;
}
.TagClassName
{
border-color: #9BDD58;
}
</style>