Shades of Conifer #B7E340
Tints of Conifer #B7E340
RGB
CMYK
RGB Variations
Color information
#B7E340 (or 0xB7E340) is known color: Conifer. HEX triplet: B7, E3 and 40. RGB value is (183,227,64). Sum of RGB (Red+Green+Blue) = 183+227+64=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 227 (89.06% from 255 or 47.89% from 474); Blue value is 64 (25.39% from 255 or 13.50% from 474); Max value from RGB is 227 - color contains mainly: green. Hex color #B7E340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7E340 is #481CBF. Grayscale: #C3C3C3. Windows color (decimal): -4725952 or 4252599. OLE color: 4252599.
HSL color Cylindrical-coordinate representation of color #B7E340: hue angle of 76.2º degrees, saturation: 0.74, 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 #B7E340 is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 227 | 64 | - |
| CMYK | 0.19 | 0 | 0.72 | 0.11 |
| HSL | 76.2º | 0.74% | 0.57% | - |
| HSV(B) | 76.2º | 0.72% | 0.89% | - |
| XYZ | 47.92 | 65.38 | 14.94 | - |
| YUV | 195.26 | 53.92 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 227 | 64 | 0.19 | 0 | 0.72 | 0.11 | 76.2 | 0.74 | 0.57 |
| Hex | B7 | E3 | 40 | 13 | 0 | 48 | B | 4C | 4A | 39 |
| Octal | 267 | 343 | 100 | 23 | 0 | 110 | 13 | 114 | 112 | 71 |
| Binary | 10110111 | 11100011 | 1000000 | 10011 | 0 | 1001000 | 1011 | 1001100 | 1001010 | 111001 |
Color Harmonies of #B7E340
Complementary color
Monochromatic Colors of #B7E340
Black with #B7E340
Text Example
Text Example
White with #B7E340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E340; }
p { color: rgb(183,227,64); }
H1.HeaderClassName
{
color: #B7E340;
}
.AnyTagClassName
{
color: #B7E340;
}
</style>
background-color css
<style>
a { background-color: #B7E340; }
a { background-color: rgb(183,227,64); }
div.DivClassName
{
background-color: #B7E340;
}
.BgClassName
{
background-color: #B7E340;
}
</style>
border-color css
<style>
span { border-color: #B7E340; }
span { border-color: rgb(183,227,64); }
td.TdClassName
{
border-color: #B7E340;
}
.TagClassName
{
border-color: #B7E340;
}
</style>