Shades of Celery #B1CF40
Tints of Celery #B1CF40
RGB
CMYK
RGB Variations
Color information
#B1CF40 (or 0xB1CF40) is known color: Celery. HEX triplet: B1, CF and 40. RGB value is (177,207,64). Sum of RGB (Red+Green+Blue) = 177+207+64=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 64 (25.39% from 255 or 14.29% from 448); Max value from RGB is 207 - color contains mainly: green. Hex color #B1CF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1CF40 is #4E30BF. Grayscale: #B6B6B6. Windows color (decimal): -5124288 or 4247473. OLE color: 4247473.
HSL color Cylindrical-coordinate representation of color #B1CF40: hue angle of 72.59º 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 #B1CF40 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 207 | 64 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.19 |
| HSL | 72.59º | 0.6% | 0.53% | - |
| HSV(B) | 72.59º | 0.69% | 0.81% | - |
| XYZ | 41.37 | 54.34 | 13.16 | - |
| YUV | 181.73 | 61.56 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 207 | 64 | 0.14 | 0 | 0.69 | 0.19 | 72.59 | 0.6 | 0.53 |
| Hex | B1 | CF | 40 | E | 0 | 45 | 13 | 49 | 3C | 35 |
| Octal | 261 | 317 | 100 | 16 | 0 | 105 | 23 | 111 | 74 | 65 |
| Binary | 10110001 | 11001111 | 1000000 | 1110 | 0 | 1000101 | 10011 | 1001001 | 111100 | 110101 |
Color Harmonies of #B1CF40
Complementary color
Monochromatic Colors of #B1CF40
Black with #B1CF40
Text Example
Text Example
White with #B1CF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CF40; }
p { color: rgb(177,207,64); }
H1.HeaderClassName
{
color: #B1CF40;
}
.AnyTagClassName
{
color: #B1CF40;
}
</style>
background-color css
<style>
a { background-color: #B1CF40; }
a { background-color: rgb(177,207,64); }
div.DivClassName
{
background-color: #B1CF40;
}
.BgClassName
{
background-color: #B1CF40;
}
</style>
border-color css
<style>
span { border-color: #B1CF40; }
span { border-color: rgb(177,207,64); }
td.TdClassName
{
border-color: #B1CF40;
}
.TagClassName
{
border-color: #B1CF40;
}
</style>