Shades of Conifer #B5E03E
Tints of Conifer #B5E03E
RGB
CMYK
RGB Variations
Color information
#B5E03E (or 0xB5E03E) is known color: Conifer. HEX triplet: B5, E0 and 3E. RGB value is (181,224,62). Sum of RGB (Red+Green+Blue) = 181+224+62=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 224 (87.89% from 255 or 47.97% from 467); Blue value is 62 (24.61% from 255 or 13.28% from 467); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E03E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E03E is #4A1FC1. Grayscale: #C1C1C1. Windows color (decimal): -4857794 or 4120757. OLE color: 4120757.
HSL color Cylindrical-coordinate representation of color #B5E03E: hue angle of 75.93º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B5E03E is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 224 | 62 | - |
| CMYK | 0.19 | 0 | 0.72 | 0.12 |
| HSL | 75.93º | 0.72% | 0.56% | - |
| HSV(B) | 75.93º | 0.72% | 0.88% | - |
| XYZ | 46.58 | 63.48 | 14.36 | - |
| YUV | 192.68 | 54.25 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 224 | 62 | 0.19 | 0 | 0.72 | 0.12 | 75.93 | 0.72 | 0.56 |
| Hex | B5 | E0 | 3E | 13 | 0 | 48 | C | 4C | 48 | 38 |
| Octal | 265 | 340 | 76 | 23 | 0 | 110 | 14 | 114 | 110 | 70 |
| Binary | 10110101 | 11100000 | 111110 | 10011 | 0 | 1001000 | 1100 | 1001100 | 1001000 | 111000 |
Color Harmonies of #B5E03E
Complementary color
Monochromatic Colors of #B5E03E
Black with #B5E03E
Text Example
Text Example
White with #B5E03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E03E; }
p { color: rgb(181,224,62); }
H1.HeaderClassName
{
color: #B5E03E;
}
.AnyTagClassName
{
color: #B5E03E;
}
</style>
background-color css
<style>
a { background-color: #B5E03E; }
a { background-color: rgb(181,224,62); }
div.DivClassName
{
background-color: #B5E03E;
}
.BgClassName
{
background-color: #B5E03E;
}
</style>
border-color css
<style>
span { border-color: #B5E03E; }
span { border-color: rgb(181,224,62); }
td.TdClassName
{
border-color: #B5E03E;
}
.TagClassName
{
border-color: #B5E03E;
}
</style>