Shades of Conifer #B3E449
Tints of Conifer #B3E449
RGB
CMYK
RGB Variations
Color information
#B3E449 (or 0xB3E449) is known color: Conifer. HEX triplet: B3, E4 and 49. RGB value is (179,228,73). Sum of RGB (Red+Green+Blue) = 179+228+73=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 228 (89.45% from 255 or 47.5% from 480); Blue value is 73 (28.91% from 255 or 15.21% from 480); Max value from RGB is 228 - color contains mainly: green. Hex color #B3E449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3E449 is #4C1BB6. Grayscale: #C4C4C4. Windows color (decimal): -4987831 or 4842675. OLE color: 4842675.
HSL color Cylindrical-coordinate representation of color #B3E449: hue angle of 78.97º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B3E449 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 179 | 228 | 73 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.11 |
| HSL | 78.97º | 0.74% | 0.59% | - |
| HSV(B) | 78.97º | 0.68% | 0.89% | - |
| XYZ | 47.54 | 65.55 | 16.45 | - |
| YUV | 195.68 | 58.77 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 228 | 73 | 0.21 | 0 | 0.68 | 0.11 | 78.97 | 0.74 | 0.59 |
| Hex | B3 | E4 | 49 | 15 | 0 | 44 | B | 4F | 4A | 3B |
| Octal | 263 | 344 | 111 | 25 | 0 | 104 | 13 | 117 | 112 | 73 |
| Binary | 10110011 | 11100100 | 1001001 | 10101 | 0 | 1000100 | 1011 | 1001111 | 1001010 | 111011 |
Color Harmonies of #B3E449
Complementary color
Monochromatic Colors of #B3E449
Black with #B3E449
Text Example
Text Example
White with #B3E449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E449; }
p { color: rgb(179,228,73); }
H1.HeaderClassName
{
color: #B3E449;
}
.AnyTagClassName
{
color: #B3E449;
}
</style>
background-color css
<style>
a { background-color: #B3E449; }
a { background-color: rgb(179,228,73); }
div.DivClassName
{
background-color: #B3E449;
}
.BgClassName
{
background-color: #B3E449;
}
</style>
border-color css
<style>
span { border-color: #B3E449; }
span { border-color: rgb(179,228,73); }
td.TdClassName
{
border-color: #B3E449;
}
.TagClassName
{
border-color: #B3E449;
}
</style>