Shades of Conifer #B4E360
Tints of Conifer #B4E360
RGB
CMYK
RGB Variations
Color information
#B4E360 (or 0xB4E360) is known color: Conifer. HEX triplet: B4, E3 and 60. RGB value is (180,227,96). Sum of RGB (Red+Green+Blue) = 180+227+96=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 227 (89.06% from 255 or 45.13% from 503); Blue value is 96 (37.89% from 255 or 19.09% from 503); Max value from RGB is 227 - color contains mainly: green. Hex color #B4E360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4E360 is #4B1C9F. Grayscale: #C6C6C6. Windows color (decimal): -4922528 or 6349748. OLE color: 6349748.
HSL color Cylindrical-coordinate representation of color #B4E360: hue angle of 81.53º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B4E360 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 227 | 96 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.11 |
| HSL | 81.53º | 0.7% | 0.63% | - |
| HSV(B) | 81.53º | 0.58% | 0.89% | - |
| XYZ | 48.4 | 65.49 | 21.16 | - |
| YUV | 198.01 | 70.43 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 227 | 96 | 0.21 | 0 | 0.58 | 0.11 | 81.53 | 0.7 | 0.63 |
| Hex | B4 | E3 | 60 | 15 | 0 | 3A | B | 52 | 46 | 3F |
| Octal | 264 | 343 | 140 | 25 | 0 | 72 | 13 | 122 | 106 | 77 |
| Binary | 10110100 | 11100011 | 1100000 | 10101 | 0 | 111010 | 1011 | 1010010 | 1000110 | 111111 |
Color Harmonies of #B4E360
Complementary color
Monochromatic Colors of #B4E360
Black with #B4E360
Text Example
Text Example
White with #B4E360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E360; }
p { color: rgb(180,227,96); }
H1.HeaderClassName
{
color: #B4E360;
}
.AnyTagClassName
{
color: #B4E360;
}
</style>
background-color css
<style>
a { background-color: #B4E360; }
a { background-color: rgb(180,227,96); }
div.DivClassName
{
background-color: #B4E360;
}
.BgClassName
{
background-color: #B4E360;
}
</style>
border-color css
<style>
span { border-color: #B4E360; }
span { border-color: rgb(180,227,96); }
td.TdClassName
{
border-color: #B4E360;
}
.TagClassName
{
border-color: #B4E360;
}
</style>