Shades of Conifer #B6EC42
Tints of Conifer #B6EC42
RGB
CMYK
RGB Variations
Color information
#B6EC42 (or 0xB6EC42) is known color: Conifer. HEX triplet: B6, EC and 42. RGB value is (182,236,66). Sum of RGB (Red+Green+Blue) = 182+236+66=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 236 (92.58% from 255 or 48.76% from 484); Blue value is 66 (26.17% from 255 or 13.64% from 484); Max value from RGB is 236 - color contains mainly: green. Hex color #B6EC42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B6EC42 is #4913BD. Grayscale: #C9C9C9. Windows color (decimal): -4789182 or 4385974. OLE color: 4385974.
HSL color Cylindrical-coordinate representation of color #B6EC42: hue angle of 79.06º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B6EC42 is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 236 | 66 | - |
| CMYK | 0.23 | 0 | 0.72 | 0.07 |
| HSL | 79.06º | 0.82% | 0.59% | - |
| HSV(B) | 79.06º | 0.72% | 0.93% | - |
| XYZ | 50.27 | 70.33 | 16.08 | - |
| YUV | 200.47 | 52.11 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 236 | 66 | 0.23 | 0 | 0.72 | 0.07 | 79.06 | 0.82 | 0.59 |
| Hex | B6 | EC | 42 | 17 | 0 | 48 | 7 | 4F | 52 | 3B |
| Octal | 266 | 354 | 102 | 27 | 0 | 110 | 7 | 117 | 122 | 73 |
| Binary | 10110110 | 11101100 | 1000010 | 10111 | 0 | 1001000 | 111 | 1001111 | 1010010 | 111011 |
Color Harmonies of #B6EC42
Complementary color
Monochromatic Colors of #B6EC42
Black with #B6EC42
Text Example
Text Example
White with #B6EC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6EC42; }
p { color: rgb(182,236,66); }
H1.HeaderClassName
{
color: #B6EC42;
}
.AnyTagClassName
{
color: #B6EC42;
}
</style>
background-color css
<style>
a { background-color: #B6EC42; }
a { background-color: rgb(182,236,66); }
div.DivClassName
{
background-color: #B6EC42;
}
.BgClassName
{
background-color: #B6EC42;
}
</style>
border-color css
<style>
span { border-color: #B6EC42; }
span { border-color: rgb(182,236,66); }
td.TdClassName
{
border-color: #B6EC42;
}
.TagClassName
{
border-color: #B6EC42;
}
</style>