Shades of Conifer #B0ED5A
Tints of Conifer #B0ED5A
RGB
CMYK
RGB Variations
Color information
#B0ED5A (or 0xB0ED5A) is known color: Conifer. HEX triplet: B0, ED and 5A. RGB value is (176,237,90). Sum of RGB (Red+Green+Blue) = 176+237+90=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 237 (92.97% from 255 or 47.12% from 503); Blue value is 90 (35.55% from 255 or 17.89% from 503); Max value from RGB is 237 - color contains mainly: green. Hex color #B0ED5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0ED5A is #4F12A5. Grayscale: #CACACA. Windows color (decimal): -5182118 or 5959088. OLE color: 5959088.
HSL color Cylindrical-coordinate representation of color #B0ED5A: hue angle of 84.9º 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 #B0ED5A is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 237 | 90 | - |
| CMYK | 0.26 | 0 | 0.62 | 0.07 |
| HSL | 84.9º | 0.8% | 0.64% | - |
| HSV(B) | 84.9º | 0.62% | 0.93% | - |
| XYZ | 50.03 | 70.54 | 20.65 | - |
| YUV | 202 | 64.79 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 237 | 90 | 0.26 | 0 | 0.62 | 0.07 | 84.9 | 0.8 | 0.64 |
| Hex | B0 | ED | 5A | 1A | 0 | 3E | 7 | 55 | 50 | 40 |
| Octal | 260 | 355 | 132 | 32 | 0 | 76 | 7 | 125 | 120 | 100 |
| Binary | 10110000 | 11101101 | 1011010 | 11010 | 0 | 111110 | 111 | 1010101 | 1010000 | 1000000 |
Color Harmonies of #B0ED5A
Complementary color
Monochromatic Colors of #B0ED5A
Black with #B0ED5A
Text Example
Text Example
White with #B0ED5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ED5A; }
p { color: rgb(176,237,90); }
H1.HeaderClassName
{
color: #B0ED5A;
}
.AnyTagClassName
{
color: #B0ED5A;
}
</style>
background-color css
<style>
a { background-color: #B0ED5A; }
a { background-color: rgb(176,237,90); }
div.DivClassName
{
background-color: #B0ED5A;
}
.BgClassName
{
background-color: #B0ED5A;
}
</style>
border-color css
<style>
span { border-color: #B0ED5A; }
span { border-color: rgb(176,237,90); }
td.TdClassName
{
border-color: #B0ED5A;
}
.TagClassName
{
border-color: #B0ED5A;
}
</style>