Shades of Conifer #B5E244
Tints of Conifer #B5E244
RGB
CMYK
RGB Variations
Color information
#B5E244 (or 0xB5E244) is known color: Conifer. HEX triplet: B5, E2 and 44. RGB value is (181,226,68). Sum of RGB (Red+Green+Blue) = 181+226+68=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 226 (88.67% from 255 or 47.58% from 475); Blue value is 68 (26.95% from 255 or 14.32% from 475); Max value from RGB is 226 - color contains mainly: green. Hex color #B5E244 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E244 is #4A1DBB. Grayscale: #C3C3C3. Windows color (decimal): -4857276 or 4514485. OLE color: 4514485.
HSL color Cylindrical-coordinate representation of color #B5E244: hue angle of 77.09º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B5E244 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 226 | 68 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.11 |
| HSL | 77.09º | 0.73% | 0.58% | - |
| HSV(B) | 77.09º | 0.7% | 0.89% | - |
| XYZ | 47.3 | 64.63 | 15.45 | - |
| YUV | 194.53 | 56.59 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 226 | 68 | 0.20 | 0 | 0.70 | 0.11 | 77.09 | 0.73 | 0.58 |
| Hex | B5 | E2 | 44 | 14 | 0 | 46 | B | 4D | 49 | 3A |
| Octal | 265 | 342 | 104 | 24 | 0 | 106 | 13 | 115 | 111 | 72 |
| Binary | 10110101 | 11100010 | 1000100 | 10100 | 0 | 1000110 | 1011 | 1001101 | 1001001 | 111010 |
Color Harmonies of #B5E244
Complementary color
Monochromatic Colors of #B5E244
Black with #B5E244
Text Example
Text Example
White with #B5E244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E244; }
p { color: rgb(181,226,68); }
H1.HeaderClassName
{
color: #B5E244;
}
.AnyTagClassName
{
color: #B5E244;
}
</style>
background-color css
<style>
a { background-color: #B5E244; }
a { background-color: rgb(181,226,68); }
div.DivClassName
{
background-color: #B5E244;
}
.BgClassName
{
background-color: #B5E244;
}
</style>
border-color css
<style>
span { border-color: #B5E244; }
span { border-color: rgb(181,226,68); }
td.TdClassName
{
border-color: #B5E244;
}
.TagClassName
{
border-color: #B5E244;
}
</style>