Shades of Celery #B2CF40
Tints of Celery #B2CF40
RGB
CMYK
RGB Variations
Color information
#B2CF40 (or 0xB2CF40) is known color: Celery. HEX triplet: B2, CF and 40. RGB value is (178,207,64). Sum of RGB (Red+Green+Blue) = 178+207+64=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 64 (25.39% from 255 or 14.25% from 449); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CF40 is #4D30BF. Grayscale: #B6B6B6. Windows color (decimal): -5058752 or 4247474. OLE color: 4247474.
HSL color Cylindrical-coordinate representation of color #B2CF40: hue angle of 72.17º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2CF40 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 207 | 64 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.19 |
| HSL | 72.17º | 0.6% | 0.53% | - |
| HSV(B) | 72.17º | 0.69% | 0.81% | - |
| XYZ | 41.6 | 54.46 | 13.17 | - |
| YUV | 182.03 | 61.39 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 207 | 64 | 0.14 | 0 | 0.69 | 0.19 | 72.17 | 0.6 | 0.53 |
| Hex | B2 | CF | 40 | E | 0 | 45 | 13 | 48 | 3C | 35 |
| Octal | 262 | 317 | 100 | 16 | 0 | 105 | 23 | 110 | 74 | 65 |
| Binary | 10110010 | 11001111 | 1000000 | 1110 | 0 | 1000101 | 10011 | 1001000 | 111100 | 110101 |
Color Harmonies of #B2CF40
Complementary color
Monochromatic Colors of #B2CF40
Black with #B2CF40
Text Example
Text Example
White with #B2CF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CF40; }
p { color: rgb(178,207,64); }
H1.HeaderClassName
{
color: #B2CF40;
}
.AnyTagClassName
{
color: #B2CF40;
}
</style>
background-color css
<style>
a { background-color: #B2CF40; }
a { background-color: rgb(178,207,64); }
div.DivClassName
{
background-color: #B2CF40;
}
.BgClassName
{
background-color: #B2CF40;
}
</style>
border-color css
<style>
span { border-color: #B2CF40; }
span { border-color: rgb(178,207,64); }
td.TdClassName
{
border-color: #B2CF40;
}
.TagClassName
{
border-color: #B2CF40;
}
</style>