Shades of Conifer #B3E752
Tints of Conifer #B3E752
RGB
CMYK
RGB Variations
Color information
#B3E752 (or 0xB3E752) is known color: Conifer. HEX triplet: B3, E7 and 52. RGB value is (179,231,82). Sum of RGB (Red+Green+Blue) = 179+231+82=492 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.38% from 492); Green value is 231 (90.62% from 255 or 46.95% from 492); Blue value is 82 (32.42% from 255 or 16.67% from 492); Max value from RGB is 231 - color contains mainly: green. Hex color #B3E752 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3E752 is #4C18AD. Grayscale: #C7C7C7. Windows color (decimal): -4987054 or 5433267. OLE color: 5433267.
HSL color Cylindrical-coordinate representation of color #B3E752: hue angle of 80.94º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B3E752 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 231 | 82 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.09 |
| HSL | 80.94º | 0.76% | 0.61% | - |
| HSV(B) | 80.94º | 0.65% | 0.91% | - |
| XYZ | 48.69 | 67.34 | 18.42 | - |
| YUV | 198.47 | 62.27 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 231 | 82 | 0.23 | 0 | 0.65 | 0.09 | 80.94 | 0.76 | 0.61 |
| Hex | B3 | E7 | 52 | 17 | 0 | 41 | 9 | 51 | 4C | 3D |
| Octal | 263 | 347 | 122 | 27 | 0 | 101 | 11 | 121 | 114 | 75 |
| Binary | 10110011 | 11100111 | 1010010 | 10111 | 0 | 1000001 | 1001 | 1010001 | 1001100 | 111101 |
Color Harmonies of #B3E752
Complementary color
Monochromatic Colors of #B3E752
Black with #B3E752
Text Example
Text Example
White with #B3E752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E752; }
p { color: rgb(179,231,82); }
H1.HeaderClassName
{
color: #B3E752;
}
.AnyTagClassName
{
color: #B3E752;
}
</style>
background-color css
<style>
a { background-color: #B3E752; }
a { background-color: rgb(179,231,82); }
div.DivClassName
{
background-color: #B3E752;
}
.BgClassName
{
background-color: #B3E752;
}
</style>
border-color css
<style>
span { border-color: #B3E752; }
span { border-color: rgb(179,231,82); }
td.TdClassName
{
border-color: #B3E752;
}
.TagClassName
{
border-color: #B3E752;
}
</style>