Shades of Conifer #B2E848
Tints of Conifer #B2E848
RGB
CMYK
RGB Variations
Color information
#B2E848 (or 0xB2E848) is known color: Conifer. HEX triplet: B2, E8 and 48. RGB value is (178,232,72). Sum of RGB (Red+Green+Blue) = 178+232+72=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 232 (91.02% from 255 or 48.13% from 482); Blue value is 72 (28.52% from 255 or 14.94% from 482); Max value from RGB is 232 - color contains mainly: green. Hex color #B2E848 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2E848 is #4D17B7. Grayscale: #C6C6C6. Windows color (decimal): -5052344 or 4778162. OLE color: 4778162.
HSL color Cylindrical-coordinate representation of color #B2E848: hue angle of 80.25º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2E848 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 232 | 72 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.09 |
| HSL | 80.25º | 0.78% | 0.6% | - |
| HSV(B) | 80.25º | 0.69% | 0.91% | - |
| XYZ | 48.39 | 67.65 | 16.64 | - |
| YUV | 197.61 | 57.11 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 232 | 72 | 0.23 | 0 | 0.69 | 0.09 | 80.25 | 0.78 | 0.6 |
| Hex | B2 | E8 | 48 | 17 | 0 | 45 | 9 | 50 | 4E | 3C |
| Octal | 262 | 350 | 110 | 27 | 0 | 105 | 11 | 120 | 116 | 74 |
| Binary | 10110010 | 11101000 | 1001000 | 10111 | 0 | 1000101 | 1001 | 1010000 | 1001110 | 111100 |
Color Harmonies of #B2E848
Complementary color
Monochromatic Colors of #B2E848
Black with #B2E848
Text Example
Text Example
White with #B2E848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E848; }
p { color: rgb(178,232,72); }
H1.HeaderClassName
{
color: #B2E848;
}
.AnyTagClassName
{
color: #B2E848;
}
</style>
background-color css
<style>
a { background-color: #B2E848; }
a { background-color: rgb(178,232,72); }
div.DivClassName
{
background-color: #B2E848;
}
.BgClassName
{
background-color: #B2E848;
}
</style>
border-color css
<style>
span { border-color: #B2E848; }
span { border-color: rgb(178,232,72); }
td.TdClassName
{
border-color: #B2E848;
}
.TagClassName
{
border-color: #B2E848;
}
</style>