Shades of Celery #B5CE3D
Tints of Celery #B5CE3D
RGB
CMYK
RGB Variations
Color information
#B5CE3D (or 0xB5CE3D) is known color: Celery. HEX triplet: B5, CE and 3D. RGB value is (181,206,61). Sum of RGB (Red+Green+Blue) = 181+206+61=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 206 (80.86% from 255 or 45.98% from 448); Blue value is 61 (24.22% from 255 or 13.62% from 448); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CE3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CE3D is #4A31C2. Grayscale: #B6B6B6. Windows color (decimal): -4862403 or 4050613. OLE color: 4050613.
HSL color Cylindrical-coordinate representation of color #B5CE3D: hue angle of 70.34º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B5CE3D is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 206 | 61 | - |
| CMYK | 0.12 | 0 | 0.70 | 0.19 |
| HSL | 70.34º | 0.6% | 0.52% | - |
| HSV(B) | 70.34º | 0.7% | 0.81% | - |
| XYZ | 41.97 | 54.3 | 12.68 | - |
| YUV | 182 | 59.72 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 206 | 61 | 0.12 | 0 | 0.70 | 0.19 | 70.34 | 0.6 | 0.52 |
| Hex | B5 | CE | 3D | C | 0 | 46 | 13 | 46 | 3C | 34 |
| Octal | 265 | 316 | 75 | 14 | 0 | 106 | 23 | 106 | 74 | 64 |
| Binary | 10110101 | 11001110 | 111101 | 1100 | 0 | 1000110 | 10011 | 1000110 | 111100 | 110100 |
Color Harmonies of #B5CE3D
Complementary color
Monochromatic Colors of #B5CE3D
Black with #B5CE3D
Text Example
Text Example
White with #B5CE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CE3D; }
p { color: rgb(181,206,61); }
H1.HeaderClassName
{
color: #B5CE3D;
}
.AnyTagClassName
{
color: #B5CE3D;
}
</style>
background-color css
<style>
a { background-color: #B5CE3D; }
a { background-color: rgb(181,206,61); }
div.DivClassName
{
background-color: #B5CE3D;
}
.BgClassName
{
background-color: #B5CE3D;
}
</style>
border-color css
<style>
span { border-color: #B5CE3D; }
span { border-color: rgb(181,206,61); }
td.TdClassName
{
border-color: #B5CE3D;
}
.TagClassName
{
border-color: #B5CE3D;
}
</style>