Shades of Celery #BDD34A
Tints of Celery #BDD34A
RGB
CMYK
RGB Variations
Color information
#BDD34A (or 0xBDD34A) is known color: Celery. HEX triplet: BD, D3 and 4A. RGB value is (189,211,74). Sum of RGB (Red+Green+Blue) = 189+211+74=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 211 (82.81% from 255 or 44.51% from 474); Blue value is 74 (29.30% from 255 or 15.61% from 474); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD34A is #422CB5. Grayscale: #BDBDBD. Windows color (decimal): -4336822 or 4903869. OLE color: 4903869.
HSL color Cylindrical-coordinate representation of color #BDD34A: hue angle of 69.64º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDD34A is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 211 | 74 | - |
| CMYK | 0.10 | 0 | 0.65 | 0.17 |
| HSL | 69.64º | 0.61% | 0.56% | - |
| HSV(B) | 69.64º | 0.65% | 0.83% | - |
| XYZ | 45.52 | 57.9 | 15.26 | - |
| YUV | 188.8 | 63.21 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 211 | 74 | 0.10 | 0 | 0.65 | 0.17 | 69.64 | 0.61 | 0.56 |
| Hex | BD | D3 | 4A | A | 0 | 41 | 11 | 46 | 3D | 38 |
| Octal | 275 | 323 | 112 | 12 | 0 | 101 | 21 | 106 | 75 | 70 |
| Binary | 10111101 | 11010011 | 1001010 | 1010 | 0 | 1000001 | 10001 | 1000110 | 111101 | 111000 |
Color Harmonies of #BDD34A
Complementary color
Monochromatic Colors of #BDD34A
Black with #BDD34A
Text Example
Text Example
White with #BDD34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD34A; }
p { color: rgb(189,211,74); }
H1.HeaderClassName
{
color: #BDD34A;
}
.AnyTagClassName
{
color: #BDD34A;
}
</style>
background-color css
<style>
a { background-color: #BDD34A; }
a { background-color: rgb(189,211,74); }
div.DivClassName
{
background-color: #BDD34A;
}
.BgClassName
{
background-color: #BDD34A;
}
</style>
border-color css
<style>
span { border-color: #BDD34A; }
span { border-color: rgb(189,211,74); }
td.TdClassName
{
border-color: #BDD34A;
}
.TagClassName
{
border-color: #BDD34A;
}
</style>