Shades of Celery #9DB240
Tints of Celery #9DB240
RGB
CMYK
RGB Variations
Color information
#9DB240 (or 0x9DB240) is known color: Celery. HEX triplet: 9D, B2 and 40. RGB value is (157,178,64). Sum of RGB (Red+Green+Blue) = 157+178+64=399 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.35% from 399); Green value is 178 (69.92% from 255 or 44.61% from 399); Blue value is 64 (25.39% from 255 or 16.04% from 399); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DB240 is #624DBF. Grayscale: #9F9F9F. Windows color (decimal): -6442432 or 4240029. OLE color: 4240029.
HSL color Cylindrical-coordinate representation of color #9DB240: hue angle of 71.05º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9DB240 is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 178 | 64 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.30 |
| HSL | 71.05º | 0.47% | 0.47% | - |
| HSV(B) | 71.05º | 0.64% | 0.7% | - |
| XYZ | 30.75 | 39.38 | 10.83 | - |
| YUV | 158.73 | 74.54 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 178 | 64 | 0.12 | 0 | 0.64 | 0.30 | 71.05 | 0.47 | 0.47 |
| Hex | 9D | B2 | 40 | C | 0 | 40 | 1E | 47 | 2F | 2F |
| Octal | 235 | 262 | 100 | 14 | 0 | 100 | 36 | 107 | 57 | 57 |
| Binary | 10011101 | 10110010 | 1000000 | 1100 | 0 | 1000000 | 11110 | 1000111 | 101111 | 101111 |
Color Harmonies of #9DB240
Complementary color
Monochromatic Colors of #9DB240
Black with #9DB240
Text Example
Text Example
White with #9DB240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB240; }
p { color: rgb(157,178,64); }
H1.HeaderClassName
{
color: #9DB240;
}
.AnyTagClassName
{
color: #9DB240;
}
</style>
background-color css
<style>
a { background-color: #9DB240; }
a { background-color: rgb(157,178,64); }
div.DivClassName
{
background-color: #9DB240;
}
.BgClassName
{
background-color: #9DB240;
}
</style>
border-color css
<style>
span { border-color: #9DB240; }
span { border-color: rgb(157,178,64); }
td.TdClassName
{
border-color: #9DB240;
}
.TagClassName
{
border-color: #9DB240;
}
</style>