Shades of Conifer #B3E552
Tints of Conifer #B3E552
RGB
CMYK
RGB Variations
Color information
#B3E552 (or 0xB3E552) is known color: Conifer. HEX triplet: B3, E5 and 52. RGB value is (179,229,82). Sum of RGB (Red+Green+Blue) = 179+229+82=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 229 (89.84% from 255 or 46.73% from 490); Blue value is 82 (32.42% from 255 or 16.73% from 490); Max value from RGB is 229 - color contains mainly: green. Hex color #B3E552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3E552 is #4C1AAD. Grayscale: #C5C5C5. Windows color (decimal): -4987566 or 5432755. OLE color: 5432755.
HSL color Cylindrical-coordinate representation of color #B3E552: hue angle of 80.41º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B3E552 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 179 | 229 | 82 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.10 |
| HSL | 80.41º | 0.74% | 0.61% | - |
| HSV(B) | 80.41º | 0.64% | 0.9% | - |
| XYZ | 48.13 | 66.23 | 18.23 | - |
| YUV | 197.29 | 62.94 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 229 | 82 | 0.22 | 0 | 0.64 | 0.10 | 80.41 | 0.74 | 0.61 |
| Hex | B3 | E5 | 52 | 16 | 0 | 40 | A | 50 | 4A | 3D |
| Octal | 263 | 345 | 122 | 26 | 0 | 100 | 12 | 120 | 112 | 75 |
| Binary | 10110011 | 11100101 | 1010010 | 10110 | 0 | 1000000 | 1010 | 1010000 | 1001010 | 111101 |
Color Harmonies of #B3E552
Complementary color
Monochromatic Colors of #B3E552
Black with #B3E552
Text Example
Text Example
White with #B3E552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E552; }
p { color: rgb(179,229,82); }
H1.HeaderClassName
{
color: #B3E552;
}
.AnyTagClassName
{
color: #B3E552;
}
</style>
background-color css
<style>
a { background-color: #B3E552; }
a { background-color: rgb(179,229,82); }
div.DivClassName
{
background-color: #B3E552;
}
.BgClassName
{
background-color: #B3E552;
}
</style>
border-color css
<style>
span { border-color: #B3E552; }
span { border-color: rgb(179,229,82); }
td.TdClassName
{
border-color: #B3E552;
}
.TagClassName
{
border-color: #B3E552;
}
</style>