Shades of Conifer #B5EA3C
Tints of Conifer #B5EA3C
RGB
CMYK
RGB Variations
Color information
#B5EA3C (or 0xB5EA3C) is known color: Conifer. HEX triplet: B5, EA and 3C. RGB value is (181,234,60). Sum of RGB (Red+Green+Blue) = 181+234+60=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 234 (91.80% from 255 or 49.26% from 475); Blue value is 60 (23.83% from 255 or 12.63% from 475); Max value from RGB is 234 - color contains mainly: green. Hex color #B5EA3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5EA3C is #4A15C3. Grayscale: #C6C6C6. Windows color (decimal): -4855236 or 3992245. OLE color: 3992245.
HSL color Cylindrical-coordinate representation of color #B5EA3C: hue angle of 78.28º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B5EA3C is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 234 | 60 | - |
| CMYK | 0.23 | 0 | 0.74 | 0.08 |
| HSL | 78.28º | 0.81% | 0.58% | - |
| HSV(B) | 78.28º | 0.74% | 0.92% | - |
| XYZ | 49.29 | 69 | 14.99 | - |
| YUV | 198.32 | 49.94 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 234 | 60 | 0.23 | 0 | 0.74 | 0.08 | 78.28 | 0.81 | 0.58 |
| Hex | B5 | EA | 3C | 17 | 0 | 4A | 8 | 4E | 51 | 3A |
| Octal | 265 | 352 | 74 | 27 | 0 | 112 | 10 | 116 | 121 | 72 |
| Binary | 10110101 | 11101010 | 111100 | 10111 | 0 | 1001010 | 1000 | 1001110 | 1010001 | 111010 |
Color Harmonies of #B5EA3C
Complementary color
Monochromatic Colors of #B5EA3C
Black with #B5EA3C
Text Example
Text Example
White with #B5EA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EA3C; }
p { color: rgb(181,234,60); }
H1.HeaderClassName
{
color: #B5EA3C;
}
.AnyTagClassName
{
color: #B5EA3C;
}
</style>
background-color css
<style>
a { background-color: #B5EA3C; }
a { background-color: rgb(181,234,60); }
div.DivClassName
{
background-color: #B5EA3C;
}
.BgClassName
{
background-color: #B5EA3C;
}
</style>
border-color css
<style>
span { border-color: #B5EA3C; }
span { border-color: rgb(181,234,60); }
td.TdClassName
{
border-color: #B5EA3C;
}
.TagClassName
{
border-color: #B5EA3C;
}
</style>