Shades of Celery #BDD04E
Tints of Celery #BDD04E
RGB
CMYK
RGB Variations
Color information
#BDD04E (or 0xBDD04E) is known color: Celery. HEX triplet: BD, D0 and 4E. RGB value is (189,208,78). Sum of RGB (Red+Green+Blue) = 189+208+78=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 208 (81.64% from 255 or 43.79% from 475); Blue value is 78 (30.86% from 255 or 16.42% from 475); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD04E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD04E is #422FB1. Grayscale: #BCBCBC. Windows color (decimal): -4337586 or 5165245. OLE color: 5165245.
HSL color Cylindrical-coordinate representation of color #BDD04E: hue angle of 68.77º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDD04E is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 78 | - |
| CMYK | 0.09 | 0 | 0.62 | 0.18 |
| HSL | 68.77º | 0.58% | 0.56% | - |
| HSV(B) | 68.77º | 0.63% | 0.82% | - |
| XYZ | 44.92 | 56.48 | 15.74 | - |
| YUV | 187.5 | 66.21 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 78 | 0.09 | 0 | 0.62 | 0.18 | 68.77 | 0.58 | 0.56 |
| Hex | BD | D0 | 4E | 9 | 0 | 3E | 12 | 45 | 3A | 38 |
| Octal | 275 | 320 | 116 | 11 | 0 | 76 | 22 | 105 | 72 | 70 |
| Binary | 10111101 | 11010000 | 1001110 | 1001 | 0 | 111110 | 10010 | 1000101 | 111010 | 111000 |
Color Harmonies of #BDD04E
Complementary color
Monochromatic Colors of #BDD04E
Black with #BDD04E
Text Example
Text Example
White with #BDD04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD04E; }
p { color: rgb(189,208,78); }
H1.HeaderClassName
{
color: #BDD04E;
}
.AnyTagClassName
{
color: #BDD04E;
}
</style>
background-color css
<style>
a { background-color: #BDD04E; }
a { background-color: rgb(189,208,78); }
div.DivClassName
{
background-color: #BDD04E;
}
.BgClassName
{
background-color: #BDD04E;
}
</style>
border-color css
<style>
span { border-color: #BDD04E; }
span { border-color: rgb(189,208,78); }
td.TdClassName
{
border-color: #BDD04E;
}
.TagClassName
{
border-color: #BDD04E;
}
</style>