Shades of Celery #9DBF55
Tints of Celery #9DBF55
RGB
CMYK
RGB Variations
Color information
#9DBF55 (or 0x9DBF55) is known color: Celery. HEX triplet: 9D, BF and 55. RGB value is (157,191,85). Sum of RGB (Red+Green+Blue) = 157+191+85=433 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.26% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 85 (33.59% from 255 or 19.63% from 433); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBF55 is #6240AA. Grayscale: #A9A9A9. Windows color (decimal): -6439083 or 5619613. OLE color: 5619613.
HSL color Cylindrical-coordinate representation of color #9DBF55: hue angle of 79.25º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9DBF55 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 191 | 85 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.25 |
| HSL | 79.25º | 0.45% | 0.54% | - |
| HSV(B) | 79.25º | 0.55% | 0.75% | - |
| XYZ | 34.18 | 45.09 | 15.5 | - |
| YUV | 168.75 | 80.74 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 85 | 0.18 | 0 | 0.55 | 0.25 | 79.25 | 0.45 | 0.54 |
| Hex | 9D | BF | 55 | 12 | 0 | 37 | 19 | 4F | 2D | 36 |
| Octal | 235 | 277 | 125 | 22 | 0 | 67 | 31 | 117 | 55 | 66 |
| Binary | 10011101 | 10111111 | 1010101 | 10010 | 0 | 110111 | 11001 | 1001111 | 101101 | 110110 |
Color Harmonies of #9DBF55
Complementary color
Monochromatic Colors of #9DBF55
Black with #9DBF55
Text Example
Text Example
White with #9DBF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBF55; }
p { color: rgb(157,191,85); }
H1.HeaderClassName
{
color: #9DBF55;
}
.AnyTagClassName
{
color: #9DBF55;
}
</style>
background-color css
<style>
a { background-color: #9DBF55; }
a { background-color: rgb(157,191,85); }
div.DivClassName
{
background-color: #9DBF55;
}
.BgClassName
{
background-color: #9DBF55;
}
</style>
border-color css
<style>
span { border-color: #9DBF55; }
span { border-color: rgb(157,191,85); }
td.TdClassName
{
border-color: #9DBF55;
}
.TagClassName
{
border-color: #9DBF55;
}
</style>