Shades of Conifer #B3E340
Tints of Conifer #B3E340
RGB
CMYK
RGB Variations
Color information
#B3E340 (or 0xB3E340) is known color: Conifer. HEX triplet: B3, E3 and 40. RGB value is (179,227,64). Sum of RGB (Red+Green+Blue) = 179+227+64=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 227 (89.06% from 255 or 48.30% from 470); Blue value is 64 (25.39% from 255 or 13.62% from 470); Max value from RGB is 227 - color contains mainly: green. Hex color #B3E340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3E340 is #4C1CBF. Grayscale: #C2C2C2. Windows color (decimal): -4988096 or 4252595. OLE color: 4252595.
HSL color Cylindrical-coordinate representation of color #B3E340: hue angle of 77.67º 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 #B3E340 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 179 | 227 | 64 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.11 |
| HSL | 77.67º | 0.74% | 0.57% | - |
| HSV(B) | 77.67º | 0.72% | 0.89% | - |
| XYZ | 46.98 | 64.89 | 14.9 | - |
| YUV | 194.07 | 54.6 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 227 | 64 | 0.21 | 0 | 0.72 | 0.11 | 77.67 | 0.74 | 0.57 |
| Hex | B3 | E3 | 40 | 15 | 0 | 48 | B | 4E | 4A | 39 |
| Octal | 263 | 343 | 100 | 25 | 0 | 110 | 13 | 116 | 112 | 71 |
| Binary | 10110011 | 11100011 | 1000000 | 10101 | 0 | 1001000 | 1011 | 1001110 | 1001010 | 111001 |
Color Harmonies of #B3E340
Complementary color
Monochromatic Colors of #B3E340
Black with #B3E340
Text Example
Text Example
White with #B3E340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E340; }
p { color: rgb(179,227,64); }
H1.HeaderClassName
{
color: #B3E340;
}
.AnyTagClassName
{
color: #B3E340;
}
</style>
background-color css
<style>
a { background-color: #B3E340; }
a { background-color: rgb(179,227,64); }
div.DivClassName
{
background-color: #B3E340;
}
.BgClassName
{
background-color: #B3E340;
}
</style>
border-color css
<style>
span { border-color: #B3E340; }
span { border-color: rgb(179,227,64); }
td.TdClassName
{
border-color: #B3E340;
}
.TagClassName
{
border-color: #B3E340;
}
</style>