Shades of Conifer #B4E842
Tints of Conifer #B4E842
RGB
CMYK
RGB Variations
Color information
#B4E842 (or 0xB4E842) is known color: Conifer. HEX triplet: B4, E8 and 42. RGB value is (180,232,66). Sum of RGB (Red+Green+Blue) = 180+232+66=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 232 (91.02% from 255 or 48.54% from 478); Blue value is 66 (26.17% from 255 or 13.81% from 478); Max value from RGB is 232 - color contains mainly: green. Hex color #B4E842 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B4E842 is #4B17BD. Grayscale: #C6C6C6. Windows color (decimal): -4921278 or 4384948. OLE color: 4384948.
HSL color Cylindrical-coordinate representation of color #B4E842: hue angle of 78.8º 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 #B4E842 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 232 | 66 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.09 |
| HSL | 78.8º | 0.78% | 0.58% | - |
| HSV(B) | 78.8º | 0.72% | 0.91% | - |
| XYZ | 48.66 | 67.81 | 15.68 | - |
| YUV | 197.53 | 53.77 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 232 | 66 | 0.22 | 0 | 0.72 | 0.09 | 78.8 | 0.78 | 0.58 |
| Hex | B4 | E8 | 42 | 16 | 0 | 48 | 9 | 4F | 4E | 3A |
| Octal | 264 | 350 | 102 | 26 | 0 | 110 | 11 | 117 | 116 | 72 |
| Binary | 10110100 | 11101000 | 1000010 | 10110 | 0 | 1001000 | 1001 | 1001111 | 1001110 | 111010 |
Color Harmonies of #B4E842
Complementary color
Monochromatic Colors of #B4E842
Black with #B4E842
Text Example
Text Example
White with #B4E842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E842; }
p { color: rgb(180,232,66); }
H1.HeaderClassName
{
color: #B4E842;
}
.AnyTagClassName
{
color: #B4E842;
}
</style>
background-color css
<style>
a { background-color: #B4E842; }
a { background-color: rgb(180,232,66); }
div.DivClassName
{
background-color: #B4E842;
}
.BgClassName
{
background-color: #B4E842;
}
</style>
border-color css
<style>
span { border-color: #B4E842; }
span { border-color: rgb(180,232,66); }
td.TdClassName
{
border-color: #B4E842;
}
.TagClassName
{
border-color: #B4E842;
}
</style>