Shades of Conifer #B5EC4A
Tints of Conifer #B5EC4A
RGB
CMYK
RGB Variations
Color information
#B5EC4A (or 0xB5EC4A) is known color: Conifer. HEX triplet: B5, EC and 4A. RGB value is (181,236,74). Sum of RGB (Red+Green+Blue) = 181+236+74=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 74 (29.30% from 255 or 15.07% from 491); Max value from RGB is 236 - color contains mainly: green. Hex color #B5EC4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5EC4A is #4A13B5. Grayscale: #C9C9C9. Windows color (decimal): -4854710 or 4910261. OLE color: 4910261.
HSL color Cylindrical-coordinate representation of color #B5EC4A: hue angle of 80.37º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B5EC4A is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 236 | 74 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.07 |
| HSL | 80.37º | 0.81% | 0.61% | - |
| HSV(B) | 80.37º | 0.69% | 0.93% | - |
| XYZ | 50.29 | 70.31 | 17.4 | - |
| YUV | 201.09 | 56.28 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 236 | 74 | 0.23 | 0 | 0.69 | 0.07 | 80.37 | 0.81 | 0.61 |
| Hex | B5 | EC | 4A | 17 | 0 | 45 | 7 | 50 | 51 | 3D |
| Octal | 265 | 354 | 112 | 27 | 0 | 105 | 7 | 120 | 121 | 75 |
| Binary | 10110101 | 11101100 | 1001010 | 10111 | 0 | 1000101 | 111 | 1010000 | 1010001 | 111101 |
Color Harmonies of #B5EC4A
Complementary color
Monochromatic Colors of #B5EC4A
Black with #B5EC4A
Text Example
Text Example
White with #B5EC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EC4A; }
p { color: rgb(181,236,74); }
H1.HeaderClassName
{
color: #B5EC4A;
}
.AnyTagClassName
{
color: #B5EC4A;
}
</style>
background-color css
<style>
a { background-color: #B5EC4A; }
a { background-color: rgb(181,236,74); }
div.DivClassName
{
background-color: #B5EC4A;
}
.BgClassName
{
background-color: #B5EC4A;
}
</style>
border-color css
<style>
span { border-color: #B5EC4A; }
span { border-color: rgb(181,236,74); }
td.TdClassName
{
border-color: #B5EC4A;
}
.TagClassName
{
border-color: #B5EC4A;
}
</style>