Shades of Celery #B8CF41
Tints of Celery #B8CF41
RGB
CMYK
RGB Variations
Color information
#B8CF41 (or 0xB8CF41) is known color: Celery. HEX triplet: B8, CF and 41. RGB value is (184,207,65). Sum of RGB (Red+Green+Blue) = 184+207+65=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 65 (25.78% from 255 or 14.25% from 456); Max value from RGB is 207 - color contains mainly: green. Hex color #B8CF41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8CF41 is #4730BE. Grayscale: #B8B8B8. Windows color (decimal): -4665535 or 4313016. OLE color: 4313016.
HSL color Cylindrical-coordinate representation of color #B8CF41: hue angle of 69.72º degrees, saturation: 0.6, 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 #B8CF41 is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 207 | 65 | - |
| CMYK | 0.11 | 0 | 0.69 | 0.19 |
| HSL | 69.72º | 0.6% | 0.53% | - |
| HSV(B) | 69.72º | 0.69% | 0.81% | - |
| XYZ | 43.03 | 55.2 | 13.39 | - |
| YUV | 183.94 | 60.88 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 207 | 65 | 0.11 | 0 | 0.69 | 0.19 | 69.72 | 0.6 | 0.53 |
| Hex | B8 | CF | 41 | B | 0 | 45 | 13 | 46 | 3C | 35 |
| Octal | 270 | 317 | 101 | 13 | 0 | 105 | 23 | 106 | 74 | 65 |
| Binary | 10111000 | 11001111 | 1000001 | 1011 | 0 | 1000101 | 10011 | 1000110 | 111100 | 110101 |
Color Harmonies of #B8CF41
Complementary color
Monochromatic Colors of #B8CF41
Black with #B8CF41
Text Example
Text Example
White with #B8CF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CF41; }
p { color: rgb(184,207,65); }
H1.HeaderClassName
{
color: #B8CF41;
}
.AnyTagClassName
{
color: #B8CF41;
}
</style>
background-color css
<style>
a { background-color: #B8CF41; }
a { background-color: rgb(184,207,65); }
div.DivClassName
{
background-color: #B8CF41;
}
.BgClassName
{
background-color: #B8CF41;
}
</style>
border-color css
<style>
span { border-color: #B8CF41; }
span { border-color: rgb(184,207,65); }
td.TdClassName
{
border-color: #B8CF41;
}
.TagClassName
{
border-color: #B8CF41;
}
</style>