Shades of Conifer #B6E74A
Tints of Conifer #B6E74A
RGB
CMYK
RGB Variations
Color information
#B6E74A (or 0xB6E74A) is known color: Conifer. HEX triplet: B6, E7 and 4A. RGB value is (182,231,74). Sum of RGB (Red+Green+Blue) = 182+231+74=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 231 (90.62% from 255 or 47.43% from 487); Blue value is 74 (29.30% from 255 or 15.20% from 487); Max value from RGB is 231 - color contains mainly: green. Hex color #B6E74A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B6E74A is #4918B5. Grayscale: #C7C7C7. Windows color (decimal): -4790454 or 4908982. OLE color: 4908982.
HSL color Cylindrical-coordinate representation of color #B6E74A: hue angle of 78.73º degrees, saturation: 0.77, 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 #B6E74A is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 182 | 231 | 74 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.09 |
| HSL | 78.73º | 0.77% | 0.6% | - |
| HSV(B) | 78.73º | 0.68% | 0.91% | - |
| XYZ | 49.1 | 67.59 | 16.94 | - |
| YUV | 198.45 | 57.77 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 231 | 74 | 0.21 | 0 | 0.68 | 0.09 | 78.73 | 0.77 | 0.6 |
| Hex | B6 | E7 | 4A | 15 | 0 | 44 | 9 | 4F | 4D | 3C |
| Octal | 266 | 347 | 112 | 25 | 0 | 104 | 11 | 117 | 115 | 74 |
| Binary | 10110110 | 11100111 | 1001010 | 10101 | 0 | 1000100 | 1001 | 1001111 | 1001101 | 111100 |
Color Harmonies of #B6E74A
Complementary color
Monochromatic Colors of #B6E74A
Black with #B6E74A
Text Example
Text Example
White with #B6E74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E74A; }
p { color: rgb(182,231,74); }
H1.HeaderClassName
{
color: #B6E74A;
}
.AnyTagClassName
{
color: #B6E74A;
}
</style>
background-color css
<style>
a { background-color: #B6E74A; }
a { background-color: rgb(182,231,74); }
div.DivClassName
{
background-color: #B6E74A;
}
.BgClassName
{
background-color: #B6E74A;
}
</style>
border-color css
<style>
span { border-color: #B6E74A; }
span { border-color: rgb(182,231,74); }
td.TdClassName
{
border-color: #B6E74A;
}
.TagClassName
{
border-color: #B6E74A;
}
</style>