Shades of Conifer #B5EA55
Tints of Conifer #B5EA55
RGB
CMYK
RGB Variations
Color information
#B5EA55 (or 0xB5EA55) is known color: Conifer. HEX triplet: B5, EA and 55. RGB value is (181,234,85). Sum of RGB (Red+Green+Blue) = 181+234+85=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 234 (91.80% from 255 or 46.8% from 500); Blue value is 85 (33.59% from 255 or 17% from 500); Max value from RGB is 234 - color contains mainly: green. Hex color #B5EA55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5EA55 is #4A15AA. Grayscale: #C9C9C9. Windows color (decimal): -4855211 or 5630645. OLE color: 5630645.
HSL color Cylindrical-coordinate representation of color #B5EA55: hue angle of 81.34º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B5EA55 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 234 | 85 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.08 |
| HSL | 81.34º | 0.78% | 0.63% | - |
| HSV(B) | 81.34º | 0.64% | 0.92% | - |
| XYZ | 50.12 | 69.33 | 19.33 | - |
| YUV | 201.17 | 62.44 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 234 | 85 | 0.23 | 0 | 0.64 | 0.08 | 81.34 | 0.78 | 0.63 |
| Hex | B5 | EA | 55 | 17 | 0 | 40 | 8 | 51 | 4E | 3F |
| Octal | 265 | 352 | 125 | 27 | 0 | 100 | 10 | 121 | 116 | 77 |
| Binary | 10110101 | 11101010 | 1010101 | 10111 | 0 | 1000000 | 1000 | 1010001 | 1001110 | 111111 |
Color Harmonies of #B5EA55
Complementary color
Monochromatic Colors of #B5EA55
Black with #B5EA55
Text Example
Text Example
White with #B5EA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EA55; }
p { color: rgb(181,234,85); }
H1.HeaderClassName
{
color: #B5EA55;
}
.AnyTagClassName
{
color: #B5EA55;
}
</style>
background-color css
<style>
a { background-color: #B5EA55; }
a { background-color: rgb(181,234,85); }
div.DivClassName
{
background-color: #B5EA55;
}
.BgClassName
{
background-color: #B5EA55;
}
</style>
border-color css
<style>
span { border-color: #B5EA55; }
span { border-color: rgb(181,234,85); }
td.TdClassName
{
border-color: #B5EA55;
}
.TagClassName
{
border-color: #B5EA55;
}
</style>