Shades of Conifer #B4E24F
Tints of Conifer #B4E24F
RGB
CMYK
RGB Variations
Color information
#B4E24F (or 0xB4E24F) is known color: Conifer. HEX triplet: B4, E2 and 4F. RGB value is (180,226,79). Sum of RGB (Red+Green+Blue) = 180+226+79=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 226 (88.67% from 255 or 46.60% from 485); Blue value is 79 (31.25% from 255 or 16.29% from 485); Max value from RGB is 226 - color contains mainly: green. Hex color #B4E24F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4E24F is #4B1DB0. Grayscale: #C4C4C4. Windows color (decimal): -4922801 or 5235380. OLE color: 5235380.
HSL color Cylindrical-coordinate representation of color #B4E24F: hue angle of 78.78º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B4E24F is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 226 | 79 | - |
| CMYK | 0.20 | 0 | 0.65 | 0.11 |
| HSL | 78.78º | 0.72% | 0.6% | - |
| HSV(B) | 78.78º | 0.65% | 0.89% | - |
| XYZ | 47.43 | 64.66 | 17.38 | - |
| YUV | 195.49 | 62.26 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 226 | 79 | 0.20 | 0 | 0.65 | 0.11 | 78.78 | 0.72 | 0.6 |
| Hex | B4 | E2 | 4F | 14 | 0 | 41 | B | 4F | 48 | 3C |
| Octal | 264 | 342 | 117 | 24 | 0 | 101 | 13 | 117 | 110 | 74 |
| Binary | 10110100 | 11100010 | 1001111 | 10100 | 0 | 1000001 | 1011 | 1001111 | 1001000 | 111100 |
Color Harmonies of #B4E24F
Complementary color
Monochromatic Colors of #B4E24F
Black with #B4E24F
Text Example
Text Example
White with #B4E24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E24F; }
p { color: rgb(180,226,79); }
H1.HeaderClassName
{
color: #B4E24F;
}
.AnyTagClassName
{
color: #B4E24F;
}
</style>
background-color css
<style>
a { background-color: #B4E24F; }
a { background-color: rgb(180,226,79); }
div.DivClassName
{
background-color: #B4E24F;
}
.BgClassName
{
background-color: #B4E24F;
}
</style>
border-color css
<style>
span { border-color: #B4E24F; }
span { border-color: rgb(180,226,79); }
td.TdClassName
{
border-color: #B4E24F;
}
.TagClassName
{
border-color: #B4E24F;
}
</style>