Shades of Celery #B5CF43
Tints of Celery #B5CF43
RGB
CMYK
RGB Variations
Color information
#B5CF43 (or 0xB5CF43) is known color: Celery. HEX triplet: B5, CF and 43. RGB value is (181,207,67). Sum of RGB (Red+Green+Blue) = 181+207+67=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 67 (26.56% from 255 or 14.73% from 455); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CF43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CF43 is #4A30BC. Grayscale: #B7B7B7. Windows color (decimal): -4862141 or 4444085. OLE color: 4444085.
HSL color Cylindrical-coordinate representation of color #B5CF43: hue angle of 71.14º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B5CF43 is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 207 | 67 | - |
| CMYK | 0.13 | 0 | 0.68 | 0.19 |
| HSL | 71.14º | 0.59% | 0.54% | - |
| HSV(B) | 71.14º | 0.68% | 0.81% | - |
| XYZ | 42.38 | 54.85 | 13.66 | - |
| YUV | 183.27 | 62.39 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 207 | 67 | 0.13 | 0 | 0.68 | 0.19 | 71.14 | 0.59 | 0.54 |
| Hex | B5 | CF | 43 | D | 0 | 44 | 13 | 47 | 3B | 36 |
| Octal | 265 | 317 | 103 | 15 | 0 | 104 | 23 | 107 | 73 | 66 |
| Binary | 10110101 | 11001111 | 1000011 | 1101 | 0 | 1000100 | 10011 | 1000111 | 111011 | 110110 |
Color Harmonies of #B5CF43
Complementary color
Monochromatic Colors of #B5CF43
Black with #B5CF43
Text Example
Text Example
White with #B5CF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CF43; }
p { color: rgb(181,207,67); }
H1.HeaderClassName
{
color: #B5CF43;
}
.AnyTagClassName
{
color: #B5CF43;
}
</style>
background-color css
<style>
a { background-color: #B5CF43; }
a { background-color: rgb(181,207,67); }
div.DivClassName
{
background-color: #B5CF43;
}
.BgClassName
{
background-color: #B5CF43;
}
</style>
border-color css
<style>
span { border-color: #B5CF43; }
span { border-color: rgb(181,207,67); }
td.TdClassName
{
border-color: #B5CF43;
}
.TagClassName
{
border-color: #B5CF43;
}
</style>