Shades of Conifer #B5EA42
Tints of Conifer #B5EA42
RGB
CMYK
RGB Variations
Color information
#B5EA42 (or 0xB5EA42) is known color: Conifer. HEX triplet: B5, EA and 42. RGB value is (181,234,66). Sum of RGB (Red+Green+Blue) = 181+234+66=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 234 (91.80% from 255 or 48.65% from 481); Blue value is 66 (26.17% from 255 or 13.72% from 481); Max value from RGB is 234 - color contains mainly: green. Hex color #B5EA42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5EA42 is #4A15BD. Grayscale: #C7C7C7. Windows color (decimal): -4855230 or 4385461. OLE color: 4385461.
HSL color Cylindrical-coordinate representation of color #B5EA42: hue angle of 78.93º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B5EA42 is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 234 | 66 | - |
| CMYK | 0.23 | 0 | 0.72 | 0.08 |
| HSL | 78.93º | 0.8% | 0.59% | - |
| HSV(B) | 78.93º | 0.72% | 0.92% | - |
| XYZ | 49.46 | 69.06 | 15.88 | - |
| YUV | 199 | 52.94 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 234 | 66 | 0.23 | 0 | 0.72 | 0.08 | 78.93 | 0.8 | 0.59 |
| Hex | B5 | EA | 42 | 17 | 0 | 48 | 8 | 4F | 50 | 3B |
| Octal | 265 | 352 | 102 | 27 | 0 | 110 | 10 | 117 | 120 | 73 |
| Binary | 10110101 | 11101010 | 1000010 | 10111 | 0 | 1001000 | 1000 | 1001111 | 1010000 | 111011 |
Color Harmonies of #B5EA42
Complementary color
Monochromatic Colors of #B5EA42
Black with #B5EA42
Text Example
Text Example
White with #B5EA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EA42; }
p { color: rgb(181,234,66); }
H1.HeaderClassName
{
color: #B5EA42;
}
.AnyTagClassName
{
color: #B5EA42;
}
</style>
background-color css
<style>
a { background-color: #B5EA42; }
a { background-color: rgb(181,234,66); }
div.DivClassName
{
background-color: #B5EA42;
}
.BgClassName
{
background-color: #B5EA42;
}
</style>
border-color css
<style>
span { border-color: #B5EA42; }
span { border-color: rgb(181,234,66); }
td.TdClassName
{
border-color: #B5EA42;
}
.TagClassName
{
border-color: #B5EA42;
}
</style>