Shades of Conifer #B6E74B
Tints of Conifer #B6E74B
RGB
CMYK
RGB Variations
Color information
#B6E74B (or 0xB6E74B) is known color: Conifer. HEX triplet: B6, E7 and 4B. RGB value is (182,231,75). Sum of RGB (Red+Green+Blue) = 182+231+75=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 231 (90.62% from 255 or 47.34% from 488); Blue value is 75 (29.69% from 255 or 15.37% from 488); Max value from RGB is 231 - color contains mainly: green. Hex color #B6E74B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B6E74B is #4918B4. Grayscale: #C7C7C7. Windows color (decimal): -4790453 or 4974518. OLE color: 4974518.
HSL color Cylindrical-coordinate representation of color #B6E74B: hue angle of 78.85º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B6E74B is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 182 | 231 | 75 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.09 |
| HSL | 78.85º | 0.76% | 0.6% | - |
| HSV(B) | 78.85º | 0.68% | 0.91% | - |
| XYZ | 49.14 | 67.6 | 17.12 | - |
| YUV | 198.57 | 58.27 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 231 | 75 | 0.21 | 0 | 0.68 | 0.09 | 78.85 | 0.76 | 0.6 |
| Hex | B6 | E7 | 4B | 15 | 0 | 44 | 9 | 4F | 4C | 3C |
| Octal | 266 | 347 | 113 | 25 | 0 | 104 | 11 | 117 | 114 | 74 |
| Binary | 10110110 | 11100111 | 1001011 | 10101 | 0 | 1000100 | 1001 | 1001111 | 1001100 | 111100 |
Color Harmonies of #B6E74B
Complementary color
Monochromatic Colors of #B6E74B
Black with #B6E74B
Text Example
Text Example
White with #B6E74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E74B; }
p { color: rgb(182,231,75); }
H1.HeaderClassName
{
color: #B6E74B;
}
.AnyTagClassName
{
color: #B6E74B;
}
</style>
background-color css
<style>
a { background-color: #B6E74B; }
a { background-color: rgb(182,231,75); }
div.DivClassName
{
background-color: #B6E74B;
}
.BgClassName
{
background-color: #B6E74B;
}
</style>
border-color css
<style>
span { border-color: #B6E74B; }
span { border-color: rgb(182,231,75); }
td.TdClassName
{
border-color: #B6E74B;
}
.TagClassName
{
border-color: #B6E74B;
}
</style>