Shades of Conifer #B4E248
Tints of Conifer #B4E248
RGB
CMYK
RGB Variations
Color information
#B4E248 (or 0xB4E248) is known color: Conifer. HEX triplet: B4, E2 and 48. RGB value is (180,226,72). Sum of RGB (Red+Green+Blue) = 180+226+72=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 226 (88.67% from 255 or 47.28% from 478); Blue value is 72 (28.52% from 255 or 15.06% from 478); Max value from RGB is 226 - color contains mainly: green. Hex color #B4E248 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4E248 is #4B1DB7. Grayscale: #C3C3C3. Windows color (decimal): -4922808 or 4776628. OLE color: 4776628.
HSL color Cylindrical-coordinate representation of color #B4E248: hue angle of 77.92º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B4E248 is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 226 | 72 | - |
| CMYK | 0.20 | 0 | 0.68 | 0.11 |
| HSL | 77.92º | 0.73% | 0.58% | - |
| HSV(B) | 77.92º | 0.68% | 0.89% | - |
| XYZ | 47.19 | 64.56 | 16.11 | - |
| YUV | 194.69 | 58.76 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 226 | 72 | 0.20 | 0 | 0.68 | 0.11 | 77.92 | 0.73 | 0.58 |
| Hex | B4 | E2 | 48 | 14 | 0 | 44 | B | 4E | 49 | 3A |
| Octal | 264 | 342 | 110 | 24 | 0 | 104 | 13 | 116 | 111 | 72 |
| Binary | 10110100 | 11100010 | 1001000 | 10100 | 0 | 1000100 | 1011 | 1001110 | 1001001 | 111010 |
Color Harmonies of #B4E248
Complementary color
Monochromatic Colors of #B4E248
Black with #B4E248
Text Example
Text Example
White with #B4E248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E248; }
p { color: rgb(180,226,72); }
H1.HeaderClassName
{
color: #B4E248;
}
.AnyTagClassName
{
color: #B4E248;
}
</style>
background-color css
<style>
a { background-color: #B4E248; }
a { background-color: rgb(180,226,72); }
div.DivClassName
{
background-color: #B4E248;
}
.BgClassName
{
background-color: #B4E248;
}
</style>
border-color css
<style>
span { border-color: #B4E248; }
span { border-color: rgb(180,226,72); }
td.TdClassName
{
border-color: #B4E248;
}
.TagClassName
{
border-color: #B4E248;
}
</style>