Shades of Conifer #B4E03C
Tints of Conifer #B4E03C
RGB
CMYK
RGB Variations
Color information
#B4E03C (or 0xB4E03C) is known color: Conifer. HEX triplet: B4, E0 and 3C. RGB value is (180,224,60). Sum of RGB (Red+Green+Blue) = 180+224+60=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 224 (87.89% from 255 or 48.28% from 464); Blue value is 60 (23.83% from 255 or 12.93% from 464); Max value from RGB is 224 - color contains mainly: green. Hex color #B4E03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4E03C is #4B1FC3. Grayscale: #C0C0C0. Windows color (decimal): -4923332 or 3989684. OLE color: 3989684.
HSL color Cylindrical-coordinate representation of color #B4E03C: hue angle of 76.1º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B4E03C is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 224 | 60 | - |
| CMYK | 0.20 | 0 | 0.73 | 0.12 |
| HSL | 76.1º | 0.73% | 0.56% | - |
| HSV(B) | 76.1º | 0.73% | 0.88% | - |
| XYZ | 46.29 | 63.34 | 14.06 | - |
| YUV | 192.15 | 53.42 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 224 | 60 | 0.20 | 0 | 0.73 | 0.12 | 76.1 | 0.73 | 0.56 |
| Hex | B4 | E0 | 3C | 14 | 0 | 49 | C | 4C | 49 | 38 |
| Octal | 264 | 340 | 74 | 24 | 0 | 111 | 14 | 114 | 111 | 70 |
| Binary | 10110100 | 11100000 | 111100 | 10100 | 0 | 1001001 | 1100 | 1001100 | 1001001 | 111000 |
Color Harmonies of #B4E03C
Complementary color
Monochromatic Colors of #B4E03C
Black with #B4E03C
Text Example
Text Example
White with #B4E03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E03C; }
p { color: rgb(180,224,60); }
H1.HeaderClassName
{
color: #B4E03C;
}
.AnyTagClassName
{
color: #B4E03C;
}
</style>
background-color css
<style>
a { background-color: #B4E03C; }
a { background-color: rgb(180,224,60); }
div.DivClassName
{
background-color: #B4E03C;
}
.BgClassName
{
background-color: #B4E03C;
}
</style>
border-color css
<style>
span { border-color: #B4E03C; }
span { border-color: rgb(180,224,60); }
td.TdClassName
{
border-color: #B4E03C;
}
.TagClassName
{
border-color: #B4E03C;
}
</style>