Shades of Celery #B5D040
Tints of Celery #B5D040
RGB
CMYK
RGB Variations
Color information
#B5D040 (or 0xB5D040) is known color: Celery. HEX triplet: B5, D0 and 40. RGB value is (181,208,64). Sum of RGB (Red+Green+Blue) = 181+208+64=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 64 (25.39% from 255 or 14.13% from 453); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D040 is #4A2FBF. Grayscale: #B8B8B8. Windows color (decimal): -4861888 or 4247733. OLE color: 4247733.
HSL color Cylindrical-coordinate representation of color #B5D040: hue angle of 71.25º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B5D040 is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 208 | 64 | - |
| CMYK | 0.13 | 0 | 0.69 | 0.18 |
| HSL | 71.25º | 0.61% | 0.53% | - |
| HSV(B) | 71.25º | 0.69% | 0.82% | - |
| XYZ | 42.54 | 55.31 | 13.28 | - |
| YUV | 183.51 | 60.55 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 208 | 64 | 0.13 | 0 | 0.69 | 0.18 | 71.25 | 0.61 | 0.53 |
| Hex | B5 | D0 | 40 | D | 0 | 45 | 12 | 47 | 3D | 35 |
| Octal | 265 | 320 | 100 | 15 | 0 | 105 | 22 | 107 | 75 | 65 |
| Binary | 10110101 | 11010000 | 1000000 | 1101 | 0 | 1000101 | 10010 | 1000111 | 111101 | 110101 |
Color Harmonies of #B5D040
Complementary color
Monochromatic Colors of #B5D040
Black with #B5D040
Text Example
Text Example
White with #B5D040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D040; }
p { color: rgb(181,208,64); }
H1.HeaderClassName
{
color: #B5D040;
}
.AnyTagClassName
{
color: #B5D040;
}
</style>
background-color css
<style>
a { background-color: #B5D040; }
a { background-color: rgb(181,208,64); }
div.DivClassName
{
background-color: #B5D040;
}
.BgClassName
{
background-color: #B5D040;
}
</style>
border-color css
<style>
span { border-color: #B5D040; }
span { border-color: rgb(181,208,64); }
td.TdClassName
{
border-color: #B5D040;
}
.TagClassName
{
border-color: #B5D040;
}
</style>