Shades of Conifer #B5E842
Tints of Conifer #B5E842
RGB
CMYK
RGB Variations
Color information
#B5E842 (or 0xB5E842) is known color: Conifer. HEX triplet: B5, E8 and 42. RGB value is (181,232,66). Sum of RGB (Red+Green+Blue) = 181+232+66=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 232 (91.02% from 255 or 48.43% from 479); Blue value is 66 (26.17% from 255 or 13.78% from 479); Max value from RGB is 232 - color contains mainly: green. Hex color #B5E842 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5E842 is #4A17BD. Grayscale: #C6C6C6. Windows color (decimal): -4855742 or 4384949. OLE color: 4384949.
HSL color Cylindrical-coordinate representation of color #B5E842: hue angle of 78.43º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B5E842 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 232 | 66 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.09 |
| HSL | 78.43º | 0.78% | 0.58% | - |
| HSV(B) | 78.43º | 0.72% | 0.91% | - |
| XYZ | 48.9 | 67.93 | 15.69 | - |
| YUV | 197.83 | 53.6 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 232 | 66 | 0.22 | 0 | 0.72 | 0.09 | 78.43 | 0.78 | 0.58 |
| Hex | B5 | E8 | 42 | 16 | 0 | 48 | 9 | 4E | 4E | 3A |
| Octal | 265 | 350 | 102 | 26 | 0 | 110 | 11 | 116 | 116 | 72 |
| Binary | 10110101 | 11101000 | 1000010 | 10110 | 0 | 1001000 | 1001 | 1001110 | 1001110 | 111010 |
Color Harmonies of #B5E842
Complementary color
Monochromatic Colors of #B5E842
Black with #B5E842
Text Example
Text Example
White with #B5E842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E842; }
p { color: rgb(181,232,66); }
H1.HeaderClassName
{
color: #B5E842;
}
.AnyTagClassName
{
color: #B5E842;
}
</style>
background-color css
<style>
a { background-color: #B5E842; }
a { background-color: rgb(181,232,66); }
div.DivClassName
{
background-color: #B5E842;
}
.BgClassName
{
background-color: #B5E842;
}
</style>
border-color css
<style>
span { border-color: #B5E842; }
span { border-color: rgb(181,232,66); }
td.TdClassName
{
border-color: #B5E842;
}
.TagClassName
{
border-color: #B5E842;
}
</style>