Shades of Conifer #B2E053
Tints of Conifer #B2E053
RGB
CMYK
RGB Variations
Color information
#B2E053 (or 0xB2E053) is known color: Conifer. HEX triplet: B2, E0 and 53. RGB value is (178,224,83). Sum of RGB (Red+Green+Blue) = 178+224+83=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 224 (87.89% from 255 or 46.19% from 485); Blue value is 83 (32.81% from 255 or 17.11% from 485); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E053 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E053 is #4D1FAC. Grayscale: #C2C2C2. Windows color (decimal): -5054381 or 5497010. OLE color: 5497010.
HSL color Cylindrical-coordinate representation of color #B2E053: hue angle of 79.57º 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 #B2E053 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 224 | 83 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.12 |
| HSL | 79.57º | 0.69% | 0.6% | - |
| HSV(B) | 79.57º | 0.63% | 0.88% | - |
| XYZ | 46.58 | 63.4 | 17.97 | - |
| YUV | 194.17 | 65.26 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 224 | 83 | 0.21 | 0 | 0.63 | 0.12 | 79.57 | 0.69 | 0.6 |
| Hex | B2 | E0 | 53 | 15 | 0 | 3F | C | 50 | 45 | 3C |
| Octal | 262 | 340 | 123 | 25 | 0 | 77 | 14 | 120 | 105 | 74 |
| Binary | 10110010 | 11100000 | 1010011 | 10101 | 0 | 111111 | 1100 | 1010000 | 1000101 | 111100 |
Color Harmonies of #B2E053
Complementary color
Monochromatic Colors of #B2E053
Black with #B2E053
Text Example
Text Example
White with #B2E053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E053; }
p { color: rgb(178,224,83); }
H1.HeaderClassName
{
color: #B2E053;
}
.AnyTagClassName
{
color: #B2E053;
}
</style>
background-color css
<style>
a { background-color: #B2E053; }
a { background-color: rgb(178,224,83); }
div.DivClassName
{
background-color: #B2E053;
}
.BgClassName
{
background-color: #B2E053;
}
</style>
border-color css
<style>
span { border-color: #B2E053; }
span { border-color: rgb(178,224,83); }
td.TdClassName
{
border-color: #B2E053;
}
.TagClassName
{
border-color: #B2E053;
}
</style>