Shades of Celery #B5CA40
Tints of Celery #B5CA40
RGB
CMYK
RGB Variations
Color information
#B5CA40 (or 0xB5CA40) is known color: Celery. HEX triplet: B5, CA and 40. RGB value is (181,202,64). Sum of RGB (Red+Green+Blue) = 181+202+64=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 64 (25.39% from 255 or 14.32% from 447); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CA40 is #4A35BF. Grayscale: #B4B4B4. Windows color (decimal): -4863424 or 4246197. OLE color: 4246197.
HSL color Cylindrical-coordinate representation of color #B5CA40: hue angle of 69.13º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B5CA40 is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 202 | 64 | - |
| CMYK | 0.10 | 0 | 0.68 | 0.21 |
| HSL | 69.13º | 0.57% | 0.52% | - |
| HSV(B) | 69.13º | 0.68% | 0.79% | - |
| XYZ | 41.1 | 52.43 | 12.81 | - |
| YUV | 179.99 | 62.54 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 202 | 64 | 0.10 | 0 | 0.68 | 0.21 | 69.13 | 0.57 | 0.52 |
| Hex | B5 | CA | 40 | A | 0 | 44 | 15 | 45 | 39 | 34 |
| Octal | 265 | 312 | 100 | 12 | 0 | 104 | 25 | 105 | 71 | 64 |
| Binary | 10110101 | 11001010 | 1000000 | 1010 | 0 | 1000100 | 10101 | 1000101 | 111001 | 110100 |
Color Harmonies of #B5CA40
Complementary color
Monochromatic Colors of #B5CA40
Black with #B5CA40
Text Example
Text Example
White with #B5CA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CA40; }
p { color: rgb(181,202,64); }
H1.HeaderClassName
{
color: #B5CA40;
}
.AnyTagClassName
{
color: #B5CA40;
}
</style>
background-color css
<style>
a { background-color: #B5CA40; }
a { background-color: rgb(181,202,64); }
div.DivClassName
{
background-color: #B5CA40;
}
.BgClassName
{
background-color: #B5CA40;
}
</style>
border-color css
<style>
span { border-color: #B5CA40; }
span { border-color: rgb(181,202,64); }
td.TdClassName
{
border-color: #B5CA40;
}
.TagClassName
{
border-color: #B5CA40;
}
</style>