Shades of Conifer #B5EC5D
Tints of Conifer #B5EC5D
RGB
CMYK
RGB Variations
Color information
#B5EC5D (or 0xB5EC5D) is known color: Conifer. HEX triplet: B5, EC and 5D. RGB value is (181,236,93). Sum of RGB (Red+Green+Blue) = 181+236+93=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 236 (92.58% from 255 or 46.27% from 510); Blue value is 93 (36.72% from 255 or 18.24% from 510); Max value from RGB is 236 - color contains mainly: green. Hex color #B5EC5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5EC5D is #4A13A2. Grayscale: #CBCBCB. Windows color (decimal): -4854691 or 6155445. OLE color: 6155445.
HSL color Cylindrical-coordinate representation of color #B5EC5D: hue angle of 83.08º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B5EC5D is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 236 | 93 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.07 |
| HSL | 83.08º | 0.79% | 0.65% | - |
| HSV(B) | 83.08º | 0.61% | 0.93% | - |
| XYZ | 51.03 | 70.6 | 21.29 | - |
| YUV | 203.25 | 65.78 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 236 | 93 | 0.23 | 0 | 0.61 | 0.07 | 83.08 | 0.79 | 0.65 |
| Hex | B5 | EC | 5D | 17 | 0 | 3D | 7 | 53 | 4F | 41 |
| Octal | 265 | 354 | 135 | 27 | 0 | 75 | 7 | 123 | 117 | 101 |
| Binary | 10110101 | 11101100 | 1011101 | 10111 | 0 | 111101 | 111 | 1010011 | 1001111 | 1000001 |
Color Harmonies of #B5EC5D
Complementary color
Monochromatic Colors of #B5EC5D
Black with #B5EC5D
Text Example
Text Example
White with #B5EC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EC5D; }
p { color: rgb(181,236,93); }
H1.HeaderClassName
{
color: #B5EC5D;
}
.AnyTagClassName
{
color: #B5EC5D;
}
</style>
background-color css
<style>
a { background-color: #B5EC5D; }
a { background-color: rgb(181,236,93); }
div.DivClassName
{
background-color: #B5EC5D;
}
.BgClassName
{
background-color: #B5EC5D;
}
</style>
border-color css
<style>
span { border-color: #B5EC5D; }
span { border-color: rgb(181,236,93); }
td.TdClassName
{
border-color: #B5EC5D;
}
.TagClassName
{
border-color: #B5EC5D;
}
</style>