Shades of Celery #B5CE3F
Tints of Celery #B5CE3F
RGB
CMYK
RGB Variations
Color information
#B5CE3F (or 0xB5CE3F) is known color: Celery. HEX triplet: B5, CE and 3F. RGB value is (181,206,63). Sum of RGB (Red+Green+Blue) = 181+206+63=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 206 (80.86% from 255 or 45.78% from 450); Blue value is 63 (25% from 255 or 14% from 450); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CE3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CE3F is #4A31C0. Grayscale: #B6B6B6. Windows color (decimal): -4862401 or 4181685. OLE color: 4181685.
HSL color Cylindrical-coordinate representation of color #B5CE3F: hue angle of 70.49º degrees, saturation: 0.59, 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 #B5CE3F is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 206 | 63 | - |
| CMYK | 0.12 | 0 | 0.69 | 0.19 |
| HSL | 70.49º | 0.59% | 0.53% | - |
| HSV(B) | 70.49º | 0.69% | 0.81% | - |
| XYZ | 42.02 | 54.33 | 12.97 | - |
| YUV | 182.22 | 60.72 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 206 | 63 | 0.12 | 0 | 0.69 | 0.19 | 70.49 | 0.59 | 0.53 |
| Hex | B5 | CE | 3F | C | 0 | 45 | 13 | 46 | 3B | 35 |
| Octal | 265 | 316 | 77 | 14 | 0 | 105 | 23 | 106 | 73 | 65 |
| Binary | 10110101 | 11001110 | 111111 | 1100 | 0 | 1000101 | 10011 | 1000110 | 111011 | 110101 |
Color Harmonies of #B5CE3F
Complementary color
Monochromatic Colors of #B5CE3F
Black with #B5CE3F
Text Example
Text Example
White with #B5CE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CE3F; }
p { color: rgb(181,206,63); }
H1.HeaderClassName
{
color: #B5CE3F;
}
.AnyTagClassName
{
color: #B5CE3F;
}
</style>
background-color css
<style>
a { background-color: #B5CE3F; }
a { background-color: rgb(181,206,63); }
div.DivClassName
{
background-color: #B5CE3F;
}
.BgClassName
{
background-color: #B5CE3F;
}
</style>
border-color css
<style>
span { border-color: #B5CE3F; }
span { border-color: rgb(181,206,63); }
td.TdClassName
{
border-color: #B5CE3F;
}
.TagClassName
{
border-color: #B5CE3F;
}
</style>