Shades of Conifer #B5E245
Tints of Conifer #B5E245
RGB
CMYK
RGB Variations
Color information
#B5E245 (or 0xB5E245) is known color: Conifer. HEX triplet: B5, E2 and 45. RGB value is (181,226,69). Sum of RGB (Red+Green+Blue) = 181+226+69=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 226 (88.67% from 255 or 47.48% from 476); Blue value is 69 (27.34% from 255 or 14.50% from 476); Max value from RGB is 226 - color contains mainly: green. Hex color #B5E245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E245 is #4A1DBA. Grayscale: #C3C3C3. Windows color (decimal): -4857275 or 4580021. OLE color: 4580021.
HSL color Cylindrical-coordinate representation of color #B5E245: hue angle of 77.2º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B5E245 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 226 | 69 | - |
| CMYK | 0.20 | 0 | 0.69 | 0.11 |
| HSL | 77.2º | 0.73% | 0.58% | - |
| HSV(B) | 77.2º | 0.69% | 0.89% | - |
| XYZ | 47.33 | 64.65 | 15.61 | - |
| YUV | 194.65 | 57.09 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 226 | 69 | 0.20 | 0 | 0.69 | 0.11 | 77.2 | 0.73 | 0.58 |
| Hex | B5 | E2 | 45 | 14 | 0 | 45 | B | 4D | 49 | 3A |
| Octal | 265 | 342 | 105 | 24 | 0 | 105 | 13 | 115 | 111 | 72 |
| Binary | 10110101 | 11100010 | 1000101 | 10100 | 0 | 1000101 | 1011 | 1001101 | 1001001 | 111010 |
Color Harmonies of #B5E245
Complementary color
Monochromatic Colors of #B5E245
Black with #B5E245
Text Example
Text Example
White with #B5E245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E245; }
p { color: rgb(181,226,69); }
H1.HeaderClassName
{
color: #B5E245;
}
.AnyTagClassName
{
color: #B5E245;
}
</style>
background-color css
<style>
a { background-color: #B5E245; }
a { background-color: rgb(181,226,69); }
div.DivClassName
{
background-color: #B5E245;
}
.BgClassName
{
background-color: #B5E245;
}
</style>
border-color css
<style>
span { border-color: #B5E245; }
span { border-color: rgb(181,226,69); }
td.TdClassName
{
border-color: #B5E245;
}
.TagClassName
{
border-color: #B5E245;
}
</style>