Shades of Celery #B2D040
Tints of Celery #B2D040
RGB
CMYK
RGB Variations
Color information
#B2D040 (or 0xB2D040) is known color: Celery. HEX triplet: B2, D0 and 40. RGB value is (178,208,64). Sum of RGB (Red+Green+Blue) = 178+208+64=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 208 (81.64% from 255 or 46.22% from 450); Blue value is 64 (25.39% from 255 or 14.22% from 450); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D040 is #4D2FBF. Grayscale: #B7B7B7. Windows color (decimal): -5058496 or 4247730. OLE color: 4247730.
HSL color Cylindrical-coordinate representation of color #B2D040: hue angle of 72.5º 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 #B2D040 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 208 | 64 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.18 |
| HSL | 72.5º | 0.61% | 0.53% | - |
| HSV(B) | 72.5º | 0.69% | 0.82% | - |
| XYZ | 41.84 | 54.95 | 13.25 | - |
| YUV | 182.61 | 61.06 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 208 | 64 | 0.14 | 0 | 0.69 | 0.18 | 72.5 | 0.61 | 0.53 |
| Hex | B2 | D0 | 40 | E | 0 | 45 | 12 | 48 | 3D | 35 |
| Octal | 262 | 320 | 100 | 16 | 0 | 105 | 22 | 110 | 75 | 65 |
| Binary | 10110010 | 11010000 | 1000000 | 1110 | 0 | 1000101 | 10010 | 1001000 | 111101 | 110101 |
Color Harmonies of #B2D040
Complementary color
Monochromatic Colors of #B2D040
Black with #B2D040
Text Example
Text Example
White with #B2D040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D040; }
p { color: rgb(178,208,64); }
H1.HeaderClassName
{
color: #B2D040;
}
.AnyTagClassName
{
color: #B2D040;
}
</style>
background-color css
<style>
a { background-color: #B2D040; }
a { background-color: rgb(178,208,64); }
div.DivClassName
{
background-color: #B2D040;
}
.BgClassName
{
background-color: #B2D040;
}
</style>
border-color css
<style>
span { border-color: #B2D040; }
span { border-color: rgb(178,208,64); }
td.TdClassName
{
border-color: #B2D040;
}
.TagClassName
{
border-color: #B2D040;
}
</style>