Shades of Celery #B7CF50
Tints of Celery #B7CF50
RGB
CMYK
RGB Variations
Color information
#B7CF50 (or 0xB7CF50) is known color: Celery. HEX triplet: B7, CF and 50. RGB value is (183,207,80). Sum of RGB (Red+Green+Blue) = 183+207+80=470 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.94% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 80 (31.64% from 255 or 17.02% from 470); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7CF50 is #4830AF. Grayscale: #B9B9B9. Windows color (decimal): -4731056 or 5296055. OLE color: 5296055.
HSL color Cylindrical-coordinate representation of color #B7CF50: hue angle of 71.34º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B7CF50 is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 207 | 80 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.19 |
| HSL | 71.34º | 0.57% | 0.56% | - |
| HSV(B) | 71.34º | 0.61% | 0.81% | - |
| XYZ | 43.29 | 55.27 | 15.98 | - |
| YUV | 185.35 | 68.55 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 207 | 80 | 0.12 | 0 | 0.61 | 0.19 | 71.34 | 0.57 | 0.56 |
| Hex | B7 | CF | 50 | C | 0 | 3D | 13 | 47 | 39 | 38 |
| Octal | 267 | 317 | 120 | 14 | 0 | 75 | 23 | 107 | 71 | 70 |
| Binary | 10110111 | 11001111 | 1010000 | 1100 | 0 | 111101 | 10011 | 1000111 | 111001 | 111000 |
Color Harmonies of #B7CF50
Complementary color
Monochromatic Colors of #B7CF50
Black with #B7CF50
Text Example
Text Example
White with #B7CF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CF50; }
p { color: rgb(183,207,80); }
H1.HeaderClassName
{
color: #B7CF50;
}
.AnyTagClassName
{
color: #B7CF50;
}
</style>
background-color css
<style>
a { background-color: #B7CF50; }
a { background-color: rgb(183,207,80); }
div.DivClassName
{
background-color: #B7CF50;
}
.BgClassName
{
background-color: #B7CF50;
}
</style>
border-color css
<style>
span { border-color: #B7CF50; }
span { border-color: rgb(183,207,80); }
td.TdClassName
{
border-color: #B7CF50;
}
.TagClassName
{
border-color: #B7CF50;
}
</style>