Shades of Celery #BDD24B
Tints of Celery #BDD24B
RGB
CMYK
RGB Variations
Color information
#BDD24B (or 0xBDD24B) is known color: Celery. HEX triplet: BD, D2 and 4B. RGB value is (189,210,75). Sum of RGB (Red+Green+Blue) = 189+210+75=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 210 (82.42% from 255 or 44.30% from 474); Blue value is 75 (29.69% from 255 or 15.82% from 474); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD24B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD24B is #422DB4. Grayscale: #BCBCBC. Windows color (decimal): -4337077 or 4969149. OLE color: 4969149.
HSL color Cylindrical-coordinate representation of color #BDD24B: hue angle of 69.33º 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 #BDD24B is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 210 | 75 | - |
| CMYK | 0.10 | 0 | 0.64 | 0.18 |
| HSL | 69.33º | 0.6% | 0.56% | - |
| HSV(B) | 69.33º | 0.64% | 0.82% | - |
| XYZ | 45.3 | 57.42 | 15.35 | - |
| YUV | 188.33 | 64.04 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 75 | 0.10 | 0 | 0.64 | 0.18 | 69.33 | 0.6 | 0.56 |
| Hex | BD | D2 | 4B | A | 0 | 40 | 12 | 45 | 3C | 38 |
| Octal | 275 | 322 | 113 | 12 | 0 | 100 | 22 | 105 | 74 | 70 |
| Binary | 10111101 | 11010010 | 1001011 | 1010 | 0 | 1000000 | 10010 | 1000101 | 111100 | 111000 |
Color Harmonies of #BDD24B
Complementary color
Monochromatic Colors of #BDD24B
Black with #BDD24B
Text Example
Text Example
White with #BDD24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD24B; }
p { color: rgb(189,210,75); }
H1.HeaderClassName
{
color: #BDD24B;
}
.AnyTagClassName
{
color: #BDD24B;
}
</style>
background-color css
<style>
a { background-color: #BDD24B; }
a { background-color: rgb(189,210,75); }
div.DivClassName
{
background-color: #BDD24B;
}
.BgClassName
{
background-color: #BDD24B;
}
</style>
border-color css
<style>
span { border-color: #BDD24B; }
span { border-color: rgb(189,210,75); }
td.TdClassName
{
border-color: #BDD24B;
}
.TagClassName
{
border-color: #BDD24B;
}
</style>