Shades of Celery #B5CE40
Tints of Celery #B5CE40
RGB
CMYK
RGB Variations
Color information
#B5CE40 (or 0xB5CE40) is known color: Celery. HEX triplet: B5, CE and 40. RGB value is (181,206,64). Sum of RGB (Red+Green+Blue) = 181+206+64=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 206 (80.86% from 255 or 45.68% from 451); Blue value is 64 (25.39% from 255 or 14.19% from 451); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CE40 is #4A31BF. Grayscale: #B6B6B6. Windows color (decimal): -4862400 or 4247221. OLE color: 4247221.
HSL color Cylindrical-coordinate representation of color #B5CE40: hue angle of 70.56º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B5CE40 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
RGB | 181 | 206 | 64 | - |
CMYK | 0.12 | 0 | 0.69 | 0.19 |
HSL | 70.56º | 0.59% | 0.53% | - |
HSV(B) | 70.56º | 0.69% | 0.81% | - |
XYZ | 42.05 | 54.34 | 13.12 | - |
YUV | 182.34 | 61.22 | 127.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 206 | 64 | 0.12 | 0 | 0.69 | 0.19 | 70.56 | 0.59 | 0.53 |
Hex | B5 | CE | 40 | C | 0 | 45 | 13 | 47 | 3B | 35 |
Octal | 265 | 316 | 100 | 14 | 0 | 105 | 23 | 107 | 73 | 65 |
Binary | 10110101 | 11001110 | 1000000 | 1100 | 0 | 1000101 | 10011 | 1000111 | 111011 | 110101 |
Color Harmonies of #B5CE40
Complementary color
Monochromatic Colors of #B5CE40
Black with #B5CE40
Text Example
Text Example
White with #B5CE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CE40; }
p { color: rgb(181,206,64); }
H1.HeaderClassName
{
color: #B5CE40;
}
.AnyTagClassName
{
color: #B5CE40;
}
</style>
background-color css
<style>
a { background-color: #B5CE40; }
a { background-color: rgb(181,206,64); }
div.DivClassName
{
background-color: #B5CE40;
}
.BgClassName
{
background-color: #B5CE40;
}
</style>
border-color css
<style>
span { border-color: #B5CE40; }
span { border-color: rgb(181,206,64); }
td.TdClassName
{
border-color: #B5CE40;
}
.TagClassName
{
border-color: #B5CE40;
}
</style>