Shades of Celery #B5CE50
Tints of Celery #B5CE50
RGB
CMYK
RGB Variations
Color information
#B5CE50 (or 0xB5CE50) is known color: Celery. HEX triplet: B5, CE and 50. RGB value is (181,206,80). Sum of RGB (Red+Green+Blue) = 181+206+80=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 80 (31.64% from 255 or 17.13% from 467); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CE50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CE50 is #4A31AF. Grayscale: #B8B8B8. Windows color (decimal): -4862384 or 5295797. OLE color: 5295797.
HSL color Cylindrical-coordinate representation of color #B5CE50: hue angle of 71.9º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B5CE50 is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 206 | 80 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.19 |
| HSL | 71.9º | 0.56% | 0.56% | - |
| HSV(B) | 71.9º | 0.61% | 0.81% | - |
| XYZ | 42.58 | 54.55 | 15.87 | - |
| YUV | 184.16 | 69.22 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 206 | 80 | 0.12 | 0 | 0.61 | 0.19 | 71.9 | 0.56 | 0.56 |
| Hex | B5 | CE | 50 | C | 0 | 3D | 13 | 48 | 38 | 38 |
| Octal | 265 | 316 | 120 | 14 | 0 | 75 | 23 | 110 | 70 | 70 |
| Binary | 10110101 | 11001110 | 1010000 | 1100 | 0 | 111101 | 10011 | 1001000 | 111000 | 111000 |
Color Harmonies of #B5CE50
Complementary color
Monochromatic Colors of #B5CE50
Black with #B5CE50
Text Example
Text Example
White with #B5CE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CE50; }
p { color: rgb(181,206,80); }
H1.HeaderClassName
{
color: #B5CE50;
}
.AnyTagClassName
{
color: #B5CE50;
}
</style>
background-color css
<style>
a { background-color: #B5CE50; }
a { background-color: rgb(181,206,80); }
div.DivClassName
{
background-color: #B5CE50;
}
.BgClassName
{
background-color: #B5CE50;
}
</style>
border-color css
<style>
span { border-color: #B5CE50; }
span { border-color: rgb(181,206,80); }
td.TdClassName
{
border-color: #B5CE50;
}
.TagClassName
{
border-color: #B5CE50;
}
</style>