Shades of Conifer #B3E053
Tints of Conifer #B3E053
RGB
CMYK
RGB Variations
Color information
#B3E053 (or 0xB3E053) is known color: Conifer. HEX triplet: B3, E0 and 53. RGB value is (179,224,83). Sum of RGB (Red+Green+Blue) = 179+224+83=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 224 (87.89% from 255 or 46.09% from 486); Blue value is 83 (32.81% from 255 or 17.08% from 486); Max value from RGB is 224 - color contains mainly: green. Hex color #B3E053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3E053 is #4C1FAC. Grayscale: #C2C2C2. Windows color (decimal): -4988845 or 5497011. OLE color: 5497011.
HSL color Cylindrical-coordinate representation of color #B3E053: hue angle of 79.15º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B3E053 is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 224 | 83 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.12 |
| HSL | 79.15º | 0.69% | 0.6% | - |
| HSV(B) | 79.15º | 0.63% | 0.88% | - |
| XYZ | 46.81 | 63.52 | 17.98 | - |
| YUV | 194.47 | 65.09 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 224 | 83 | 0.20 | 0 | 0.63 | 0.12 | 79.15 | 0.69 | 0.6 |
| Hex | B3 | E0 | 53 | 14 | 0 | 3F | C | 4F | 45 | 3C |
| Octal | 263 | 340 | 123 | 24 | 0 | 77 | 14 | 117 | 105 | 74 |
| Binary | 10110011 | 11100000 | 1010011 | 10100 | 0 | 111111 | 1100 | 1001111 | 1000101 | 111100 |
Color Harmonies of #B3E053
Complementary color
Monochromatic Colors of #B3E053
Black with #B3E053
Text Example
Text Example
White with #B3E053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E053; }
p { color: rgb(179,224,83); }
H1.HeaderClassName
{
color: #B3E053;
}
.AnyTagClassName
{
color: #B3E053;
}
</style>
background-color css
<style>
a { background-color: #B3E053; }
a { background-color: rgb(179,224,83); }
div.DivClassName
{
background-color: #B3E053;
}
.BgClassName
{
background-color: #B3E053;
}
</style>
border-color css
<style>
span { border-color: #B3E053; }
span { border-color: rgb(179,224,83); }
td.TdClassName
{
border-color: #B3E053;
}
.TagClassName
{
border-color: #B3E053;
}
</style>