Shades of Conifer #B6E43F
Tints of Conifer #B6E43F
RGB
CMYK
RGB Variations
Color information
#B6E43F (or 0xB6E43F) is known color: Conifer. HEX triplet: B6, E4 and 3F. RGB value is (182,228,63). Sum of RGB (Red+Green+Blue) = 182+228+63=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 228 (89.45% from 255 or 48.20% from 473); Blue value is 63 (25% from 255 or 13.32% from 473); Max value from RGB is 228 - color contains mainly: green. Hex color #B6E43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6E43F is #491BC0. Grayscale: #C4C4C4. Windows color (decimal): -4791233 or 4187318. OLE color: 4187318.
HSL color Cylindrical-coordinate representation of color #B6E43F: hue angle of 76.73º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B6E43F is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 182 | 228 | 63 | - |
| CMYK | 0.20 | 0 | 0.72 | 0.11 |
| HSL | 76.73º | 0.75% | 0.57% | - |
| HSV(B) | 76.73º | 0.72% | 0.89% | - |
| XYZ | 47.93 | 65.79 | 14.88 | - |
| YUV | 195.44 | 53.26 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 228 | 63 | 0.20 | 0 | 0.72 | 0.11 | 76.73 | 0.75 | 0.57 |
| Hex | B6 | E4 | 3F | 14 | 0 | 48 | B | 4D | 4B | 39 |
| Octal | 266 | 344 | 77 | 24 | 0 | 110 | 13 | 115 | 113 | 71 |
| Binary | 10110110 | 11100100 | 111111 | 10100 | 0 | 1001000 | 1011 | 1001101 | 1001011 | 111001 |
Color Harmonies of #B6E43F
Complementary color
Monochromatic Colors of #B6E43F
Black with #B6E43F
Text Example
Text Example
White with #B6E43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E43F; }
p { color: rgb(182,228,63); }
H1.HeaderClassName
{
color: #B6E43F;
}
.AnyTagClassName
{
color: #B6E43F;
}
</style>
background-color css
<style>
a { background-color: #B6E43F; }
a { background-color: rgb(182,228,63); }
div.DivClassName
{
background-color: #B6E43F;
}
.BgClassName
{
background-color: #B6E43F;
}
</style>
border-color css
<style>
span { border-color: #B6E43F; }
span { border-color: rgb(182,228,63); }
td.TdClassName
{
border-color: #B6E43F;
}
.TagClassName
{
border-color: #B6E43F;
}
</style>