Shades of Conifer #B2D452
Tints of Conifer #B2D452
RGB
CMYK
RGB Variations
Color information
#B2D452 (or 0xB2D452) is known color: Conifer. HEX triplet: B2, D4 and 52. RGB value is (178,212,82). Sum of RGB (Red+Green+Blue) = 178+212+82=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 82 (32.42% from 255 or 17.37% from 472); Max value from RGB is 212 - color contains mainly: green. Hex color #B2D452 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D452 is #4D2BAD. Grayscale: #BBBBBB. Windows color (decimal): -5057454 or 5428402. OLE color: 5428402.
HSL color Cylindrical-coordinate representation of color #B2D452: hue angle of 75.69º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B2D452 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 212 | 82 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.17 |
| HSL | 75.69º | 0.6% | 0.58% | - |
| HSV(B) | 75.69º | 0.61% | 0.83% | - |
| XYZ | 43.43 | 57.16 | 16.73 | - |
| YUV | 187.01 | 68.74 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 212 | 82 | 0.16 | 0 | 0.61 | 0.17 | 75.69 | 0.6 | 0.58 |
| Hex | B2 | D4 | 52 | 10 | 0 | 3D | 11 | 4C | 3C | 3A |
| Octal | 262 | 324 | 122 | 20 | 0 | 75 | 21 | 114 | 74 | 72 |
| Binary | 10110010 | 11010100 | 1010010 | 10000 | 0 | 111101 | 10001 | 1001100 | 111100 | 111010 |
Color Harmonies of #B2D452
Complementary color
Monochromatic Colors of #B2D452
Black with #B2D452
Text Example
Text Example
White with #B2D452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D452; }
p { color: rgb(178,212,82); }
H1.HeaderClassName
{
color: #B2D452;
}
.AnyTagClassName
{
color: #B2D452;
}
</style>
background-color css
<style>
a { background-color: #B2D452; }
a { background-color: rgb(178,212,82); }
div.DivClassName
{
background-color: #B2D452;
}
.BgClassName
{
background-color: #B2D452;
}
</style>
border-color css
<style>
span { border-color: #B2D452; }
span { border-color: rgb(178,212,82); }
td.TdClassName
{
border-color: #B2D452;
}
.TagClassName
{
border-color: #B2D452;
}
</style>