Shades of Conifer #B8E34A
Tints of Conifer #B8E34A
RGB
CMYK
RGB Variations
Color information
#B8E34A (or 0xB8E34A) is known color: Conifer. HEX triplet: B8, E3 and 4A. RGB value is (184,227,74). Sum of RGB (Red+Green+Blue) = 184+227+74=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 227 (89.06% from 255 or 46.80% from 485); Blue value is 74 (29.30% from 255 or 15.26% from 485); Max value from RGB is 227 - color contains mainly: green. Hex color #B8E34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8E34A is #471CB5. Grayscale: #C5C5C5. Windows color (decimal): -4660406 or 4907960. OLE color: 4907960.
HSL color Cylindrical-coordinate representation of color #B8E34A: hue angle of 76.86º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B8E34A is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 227 | 74 | - |
| CMYK | 0.19 | 0 | 0.67 | 0.11 |
| HSL | 76.86º | 0.73% | 0.59% | - |
| HSV(B) | 76.86º | 0.67% | 0.89% | - |
| XYZ | 48.47 | 65.62 | 16.59 | - |
| YUV | 196.7 | 58.75 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 227 | 74 | 0.19 | 0 | 0.67 | 0.11 | 76.86 | 0.73 | 0.59 |
| Hex | B8 | E3 | 4A | 13 | 0 | 43 | B | 4D | 49 | 3B |
| Octal | 270 | 343 | 112 | 23 | 0 | 103 | 13 | 115 | 111 | 73 |
| Binary | 10111000 | 11100011 | 1001010 | 10011 | 0 | 1000011 | 1011 | 1001101 | 1001001 | 111011 |
Color Harmonies of #B8E34A
Complementary color
Monochromatic Colors of #B8E34A
Black with #B8E34A
Text Example
Text Example
White with #B8E34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E34A; }
p { color: rgb(184,227,74); }
H1.HeaderClassName
{
color: #B8E34A;
}
.AnyTagClassName
{
color: #B8E34A;
}
</style>
background-color css
<style>
a { background-color: #B8E34A; }
a { background-color: rgb(184,227,74); }
div.DivClassName
{
background-color: #B8E34A;
}
.BgClassName
{
background-color: #B8E34A;
}
</style>
border-color css
<style>
span { border-color: #B8E34A; }
span { border-color: rgb(184,227,74); }
td.TdClassName
{
border-color: #B8E34A;
}
.TagClassName
{
border-color: #B8E34A;
}
</style>