Shades of Celery #BFD24C
Tints of Celery #BFD24C
RGB
CMYK
RGB Variations
Color information
#BFD24C (or 0xBFD24C) is known color: Celery. HEX triplet: BF, D2 and 4C. RGB value is (191,210,76). Sum of RGB (Red+Green+Blue) = 191+210+76=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 76 (30.08% from 255 or 15.93% from 477); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD24C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD24C is #402DB3. Grayscale: #BDBDBD. Windows color (decimal): -4206004 or 5034687. OLE color: 5034687.
HSL color Cylindrical-coordinate representation of color #BFD24C: hue angle of 68.51º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFD24C is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 76 | - |
| CMYK | 0.09 | 0 | 0.64 | 0.18 |
| HSL | 68.51º | 0.6% | 0.56% | - |
| HSV(B) | 68.51º | 0.64% | 0.82% | - |
| XYZ | 45.84 | 57.69 | 15.56 | - |
| YUV | 189.04 | 64.21 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 76 | 0.09 | 0 | 0.64 | 0.18 | 68.51 | 0.6 | 0.56 |
| Hex | BF | D2 | 4C | 9 | 0 | 40 | 12 | 45 | 3C | 38 |
| Octal | 277 | 322 | 114 | 11 | 0 | 100 | 22 | 105 | 74 | 70 |
| Binary | 10111111 | 11010010 | 1001100 | 1001 | 0 | 1000000 | 10010 | 1000101 | 111100 | 111000 |
Color Harmonies of #BFD24C
Complementary color
Monochromatic Colors of #BFD24C
Black with #BFD24C
Text Example
Text Example
White with #BFD24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD24C; }
p { color: rgb(191,210,76); }
H1.HeaderClassName
{
color: #BFD24C;
}
.AnyTagClassName
{
color: #BFD24C;
}
</style>
background-color css
<style>
a { background-color: #BFD24C; }
a { background-color: rgb(191,210,76); }
div.DivClassName
{
background-color: #BFD24C;
}
.BgClassName
{
background-color: #BFD24C;
}
</style>
border-color css
<style>
span { border-color: #BFD24C; }
span { border-color: rgb(191,210,76); }
td.TdClassName
{
border-color: #BFD24C;
}
.TagClassName
{
border-color: #BFD24C;
}
</style>