Shades of Celery #B2D140
Tints of Celery #B2D140
RGB
CMYK
RGB Variations
Color information
#B2D140 (or 0xB2D140) is known color: Celery. HEX triplet: B2, D1 and 40. RGB value is (178,209,64). Sum of RGB (Red+Green+Blue) = 178+209+64=451 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.47% from 451); Green value is 209 (82.03% from 255 or 46.34% from 451); Blue value is 64 (25.39% from 255 or 14.19% from 451); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D140 is #4D2EBF. Grayscale: #B7B7B7. Windows color (decimal): -5058240 or 4247986. OLE color: 4247986.
HSL color Cylindrical-coordinate representation of color #B2D140: hue angle of 72.83º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2D140 is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 209 | 64 | - |
| CMYK | 0.15 | 0 | 0.69 | 0.18 |
| HSL | 72.83º | 0.61% | 0.54% | - |
| HSV(B) | 72.83º | 0.69% | 0.82% | - |
| XYZ | 42.09 | 55.44 | 13.33 | - |
| YUV | 183.2 | 60.73 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 209 | 64 | 0.15 | 0 | 0.69 | 0.18 | 72.83 | 0.61 | 0.54 |
| Hex | B2 | D1 | 40 | F | 0 | 45 | 12 | 49 | 3D | 36 |
| Octal | 262 | 321 | 100 | 17 | 0 | 105 | 22 | 111 | 75 | 66 |
| Binary | 10110010 | 11010001 | 1000000 | 1111 | 0 | 1000101 | 10010 | 1001001 | 111101 | 110110 |
Color Harmonies of #B2D140
Complementary color
Monochromatic Colors of #B2D140
Black with #B2D140
Text Example
Text Example
White with #B2D140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D140; }
p { color: rgb(178,209,64); }
H1.HeaderClassName
{
color: #B2D140;
}
.AnyTagClassName
{
color: #B2D140;
}
</style>
background-color css
<style>
a { background-color: #B2D140; }
a { background-color: rgb(178,209,64); }
div.DivClassName
{
background-color: #B2D140;
}
.BgClassName
{
background-color: #B2D140;
}
</style>
border-color css
<style>
span { border-color: #B2D140; }
span { border-color: rgb(178,209,64); }
td.TdClassName
{
border-color: #B2D140;
}
.TagClassName
{
border-color: #B2D140;
}
</style>