Shades of Celery #B5CC42
Tints of Celery #B5CC42
RGB
CMYK
RGB Variations
Color information
#B5CC42 (or 0xB5CC42) is known color: Celery. HEX triplet: B5, CC and 42. RGB value is (181,204,66). Sum of RGB (Red+Green+Blue) = 181+204+66=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 204 (80.08% from 255 or 45.23% from 451); Blue value is 66 (26.17% from 255 or 14.63% from 451); Max value from RGB is 204 - color contains mainly: green. Hex color #B5CC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CC42 is #4A33BD. Grayscale: #B5B5B5. Windows color (decimal): -4862910 or 4377781. OLE color: 4377781.
HSL color Cylindrical-coordinate representation of color #B5CC42: hue angle of 70º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B5CC42 is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 204 | 66 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.2 |
| HSL | 70º | 0.58% | 0.53% | - |
| HSV(B) | 70º | 0.68% | 0.8% | - |
| XYZ | 41.63 | 53.4 | 13.27 | - |
| YUV | 181.39 | 62.88 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 204 | 66 | 0.11 | 0 | 0.68 | 0.2 | 70 | 0.58 | 0.53 |
| Hex | B5 | CC | 42 | B | 0 | 44 | 14 | 46 | 3A | 35 |
| Octal | 265 | 314 | 102 | 13 | 0 | 104 | 24 | 106 | 72 | 65 |
| Binary | 10110101 | 11001100 | 1000010 | 1011 | 0 | 1000100 | 10100 | 1000110 | 111010 | 110101 |
Color Harmonies of #B5CC42
Complementary color
Monochromatic Colors of #B5CC42
Black with #B5CC42
Text Example
Text Example
White with #B5CC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CC42; }
p { color: rgb(181,204,66); }
H1.HeaderClassName
{
color: #B5CC42;
}
.AnyTagClassName
{
color: #B5CC42;
}
</style>
background-color css
<style>
a { background-color: #B5CC42; }
a { background-color: rgb(181,204,66); }
div.DivClassName
{
background-color: #B5CC42;
}
.BgClassName
{
background-color: #B5CC42;
}
</style>
border-color css
<style>
span { border-color: #B5CC42; }
span { border-color: rgb(181,204,66); }
td.TdClassName
{
border-color: #B5CC42;
}
.TagClassName
{
border-color: #B5CC42;
}
</style>