Shades of Conifer #B5EA60
Tints of Conifer #B5EA60
RGB
CMYK
RGB Variations
Color information
#B5EA60 (or 0xB5EA60) is known color: Conifer. HEX triplet: B5, EA and 60. RGB value is (181,234,96). Sum of RGB (Red+Green+Blue) = 181+234+96=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 234 (91.80% from 255 or 45.79% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 234 - color contains mainly: green. Hex color #B5EA60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5EA60 is #4A159F. Grayscale: #CACACA. Windows color (decimal): -4855200 or 6351541. OLE color: 6351541.
HSL color Cylindrical-coordinate representation of color #B5EA60: hue angle of 83.04º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5EA60 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 234 | 96 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.08 |
| HSL | 83.04º | 0.77% | 0.65% | - |
| HSV(B) | 83.04º | 0.59% | 0.92% | - |
| XYZ | 50.59 | 69.51 | 21.82 | - |
| YUV | 202.42 | 67.94 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 234 | 96 | 0.23 | 0 | 0.59 | 0.08 | 83.04 | 0.77 | 0.65 |
| Hex | B5 | EA | 60 | 17 | 0 | 3B | 8 | 53 | 4D | 41 |
| Octal | 265 | 352 | 140 | 27 | 0 | 73 | 10 | 123 | 115 | 101 |
| Binary | 10110101 | 11101010 | 1100000 | 10111 | 0 | 111011 | 1000 | 1010011 | 1001101 | 1000001 |
Color Harmonies of #B5EA60
Complementary color
Monochromatic Colors of #B5EA60
Black with #B5EA60
Text Example
Text Example
White with #B5EA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EA60; }
p { color: rgb(181,234,96); }
H1.HeaderClassName
{
color: #B5EA60;
}
.AnyTagClassName
{
color: #B5EA60;
}
</style>
background-color css
<style>
a { background-color: #B5EA60; }
a { background-color: rgb(181,234,96); }
div.DivClassName
{
background-color: #B5EA60;
}
.BgClassName
{
background-color: #B5EA60;
}
</style>
border-color css
<style>
span { border-color: #B5EA60; }
span { border-color: rgb(181,234,96); }
td.TdClassName
{
border-color: #B5EA60;
}
.TagClassName
{
border-color: #B5EA60;
}
</style>