Shades of Conifer #B5ED5A
Tints of Conifer #B5ED5A
RGB
CMYK
RGB Variations
Color information
#B5ED5A (or 0xB5ED5A) is known color: Conifer. HEX triplet: B5, ED and 5A. RGB value is (181,237,90). Sum of RGB (Red+Green+Blue) = 181+237+90=508 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.63% from 508); Green value is 237 (92.97% from 255 or 46.65% from 508); Blue value is 90 (35.55% from 255 or 17.72% from 508); Max value from RGB is 237 - color contains mainly: green. Hex color #B5ED5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5ED5A is #4A12A5. Grayscale: #CCCCCC. Windows color (decimal): -4854438 or 5959093. OLE color: 5959093.
HSL color Cylindrical-coordinate representation of color #B5ED5A: hue angle of 82.86º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B5ED5A is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 237 | 90 | - |
| CMYK | 0.24 | 0 | 0.62 | 0.07 |
| HSL | 82.86º | 0.8% | 0.64% | - |
| HSV(B) | 82.86º | 0.62% | 0.93% | - |
| XYZ | 51.19 | 71.13 | 20.7 | - |
| YUV | 203.5 | 63.95 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 237 | 90 | 0.24 | 0 | 0.62 | 0.07 | 82.86 | 0.8 | 0.64 |
| Hex | B5 | ED | 5A | 18 | 0 | 3E | 7 | 53 | 50 | 40 |
| Octal | 265 | 355 | 132 | 30 | 0 | 76 | 7 | 123 | 120 | 100 |
| Binary | 10110101 | 11101101 | 1011010 | 11000 | 0 | 111110 | 111 | 1010011 | 1010000 | 1000000 |
Color Harmonies of #B5ED5A
Complementary color
Monochromatic Colors of #B5ED5A
Black with #B5ED5A
Text Example
Text Example
White with #B5ED5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ED5A; }
p { color: rgb(181,237,90); }
H1.HeaderClassName
{
color: #B5ED5A;
}
.AnyTagClassName
{
color: #B5ED5A;
}
</style>
background-color css
<style>
a { background-color: #B5ED5A; }
a { background-color: rgb(181,237,90); }
div.DivClassName
{
background-color: #B5ED5A;
}
.BgClassName
{
background-color: #B5ED5A;
}
</style>
border-color css
<style>
span { border-color: #B5ED5A; }
span { border-color: rgb(181,237,90); }
td.TdClassName
{
border-color: #B5ED5A;
}
.TagClassName
{
border-color: #B5ED5A;
}
</style>