Shades of Conifer #B4E448
Tints of Conifer #B4E448
RGB
CMYK
RGB Variations
Color information
#B4E448 (or 0xB4E448) is known color: Conifer. HEX triplet: B4, E4 and 48. RGB value is (180,228,72). Sum of RGB (Red+Green+Blue) = 180+228+72=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 228 (89.45% from 255 or 47.5% from 480); Blue value is 72 (28.52% from 255 or 15% from 480); Max value from RGB is 228 - color contains mainly: green. Hex color #B4E448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4E448 is #4B1BB7. Grayscale: #C4C4C4. Windows color (decimal): -4922296 or 4777140. OLE color: 4777140.
HSL color Cylindrical-coordinate representation of color #B4E448: hue angle of 78.46º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B4E448 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 228 | 72 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.11 |
| HSL | 78.46º | 0.74% | 0.59% | - |
| HSV(B) | 78.46º | 0.68% | 0.89% | - |
| XYZ | 47.74 | 65.66 | 16.29 | - |
| YUV | 195.86 | 58.1 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 228 | 72 | 0.21 | 0 | 0.68 | 0.11 | 78.46 | 0.74 | 0.59 |
| Hex | B4 | E4 | 48 | 15 | 0 | 44 | B | 4E | 4A | 3B |
| Octal | 264 | 344 | 110 | 25 | 0 | 104 | 13 | 116 | 112 | 73 |
| Binary | 10110100 | 11100100 | 1001000 | 10101 | 0 | 1000100 | 1011 | 1001110 | 1001010 | 111011 |
Color Harmonies of #B4E448
Complementary color
Monochromatic Colors of #B4E448
Black with #B4E448
Text Example
Text Example
White with #B4E448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E448; }
p { color: rgb(180,228,72); }
H1.HeaderClassName
{
color: #B4E448;
}
.AnyTagClassName
{
color: #B4E448;
}
</style>
background-color css
<style>
a { background-color: #B4E448; }
a { background-color: rgb(180,228,72); }
div.DivClassName
{
background-color: #B4E448;
}
.BgClassName
{
background-color: #B4E448;
}
</style>
border-color css
<style>
span { border-color: #B4E448; }
span { border-color: rgb(180,228,72); }
td.TdClassName
{
border-color: #B4E448;
}
.TagClassName
{
border-color: #B4E448;
}
</style>