Shades of Conifer #B5E03D
Tints of Conifer #B5E03D
RGB
CMYK
RGB Variations
Color information
#B5E03D (or 0xB5E03D) is known color: Conifer. HEX triplet: B5, E0 and 3D. RGB value is (181,224,61). Sum of RGB (Red+Green+Blue) = 181+224+61=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 224 (87.89% from 255 or 48.07% from 466); Blue value is 61 (24.22% from 255 or 13.09% from 466); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E03D is #4A1FC2. Grayscale: #C1C1C1. Windows color (decimal): -4857795 or 4055221. OLE color: 4055221.
HSL color Cylindrical-coordinate representation of color #B5E03D: hue angle of 75.83º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B5E03D is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 224 | 61 | - |
| CMYK | 0.19 | 0 | 0.73 | 0.12 |
| HSL | 75.83º | 0.72% | 0.56% | - |
| HSV(B) | 75.83º | 0.73% | 0.88% | - |
| XYZ | 46.55 | 63.47 | 14.21 | - |
| YUV | 192.56 | 53.75 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 224 | 61 | 0.19 | 0 | 0.73 | 0.12 | 75.83 | 0.72 | 0.56 |
| Hex | B5 | E0 | 3D | 13 | 0 | 49 | C | 4C | 48 | 38 |
| Octal | 265 | 340 | 75 | 23 | 0 | 111 | 14 | 114 | 110 | 70 |
| Binary | 10110101 | 11100000 | 111101 | 10011 | 0 | 1001001 | 1100 | 1001100 | 1001000 | 111000 |
Color Harmonies of #B5E03D
Complementary color
Monochromatic Colors of #B5E03D
Black with #B5E03D
Text Example
Text Example
White with #B5E03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E03D; }
p { color: rgb(181,224,61); }
H1.HeaderClassName
{
color: #B5E03D;
}
.AnyTagClassName
{
color: #B5E03D;
}
</style>
background-color css
<style>
a { background-color: #B5E03D; }
a { background-color: rgb(181,224,61); }
div.DivClassName
{
background-color: #B5E03D;
}
.BgClassName
{
background-color: #B5E03D;
}
</style>
border-color css
<style>
span { border-color: #B5E03D; }
span { border-color: rgb(181,224,61); }
td.TdClassName
{
border-color: #B5E03D;
}
.TagClassName
{
border-color: #B5E03D;
}
</style>