Shades of Conifer #B6EA3E
Tints of Conifer #B6EA3E
RGB
CMYK
RGB Variations
Color information
#B6EA3E (or 0xB6EA3E) is known color: Conifer. HEX triplet: B6, EA and 3E. RGB value is (182,234,62). Sum of RGB (Red+Green+Blue) = 182+234+62=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 234 (91.80% from 255 or 48.95% from 478); Blue value is 62 (24.61% from 255 or 12.97% from 478); Max value from RGB is 234 - color contains mainly: green. Hex color #B6EA3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B6EA3E is #4915C1. Grayscale: #C7C7C7. Windows color (decimal): -4789698 or 4123318. OLE color: 4123318.
HSL color Cylindrical-coordinate representation of color #B6EA3E: hue angle of 78.14º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B6EA3E is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 182 | 234 | 62 | - |
| CMYK | 0.22 | 0 | 0.74 | 0.08 |
| HSL | 78.14º | 0.8% | 0.58% | - |
| HSV(B) | 78.14º | 0.74% | 0.92% | - |
| XYZ | 49.58 | 69.14 | 15.29 | - |
| YUV | 198.84 | 50.77 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 234 | 62 | 0.22 | 0 | 0.74 | 0.08 | 78.14 | 0.8 | 0.58 |
| Hex | B6 | EA | 3E | 16 | 0 | 4A | 8 | 4E | 50 | 3A |
| Octal | 266 | 352 | 76 | 26 | 0 | 112 | 10 | 116 | 120 | 72 |
| Binary | 10110110 | 11101010 | 111110 | 10110 | 0 | 1001010 | 1000 | 1001110 | 1010000 | 111010 |
Color Harmonies of #B6EA3E
Complementary color
Monochromatic Colors of #B6EA3E
Black with #B6EA3E
Text Example
Text Example
White with #B6EA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6EA3E; }
p { color: rgb(182,234,62); }
H1.HeaderClassName
{
color: #B6EA3E;
}
.AnyTagClassName
{
color: #B6EA3E;
}
</style>
background-color css
<style>
a { background-color: #B6EA3E; }
a { background-color: rgb(182,234,62); }
div.DivClassName
{
background-color: #B6EA3E;
}
.BgClassName
{
background-color: #B6EA3E;
}
</style>
border-color css
<style>
span { border-color: #B6EA3E; }
span { border-color: rgb(182,234,62); }
td.TdClassName
{
border-color: #B6EA3E;
}
.TagClassName
{
border-color: #B6EA3E;
}
</style>