Shades of Conifer #B0ED5D
Tints of Conifer #B0ED5D
RGB
CMYK
RGB Variations
Color information
#B0ED5D (or 0xB0ED5D) is known color: Conifer. HEX triplet: B0, ED and 5D. RGB value is (176,237,93). Sum of RGB (Red+Green+Blue) = 176+237+93=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 237 (92.97% from 255 or 46.84% from 506); Blue value is 93 (36.72% from 255 or 18.38% from 506); Max value from RGB is 237 - color contains mainly: green. Hex color #B0ED5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0ED5D is #4F12A2. Grayscale: #CACACA. Windows color (decimal): -5182115 or 6155696. OLE color: 6155696.
HSL color Cylindrical-coordinate representation of color #B0ED5D: hue angle of 85.42º degrees, saturation: 0.8, 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 #B0ED5D is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 237 | 93 | - |
| CMYK | 0.26 | 0 | 0.61 | 0.07 |
| HSL | 85.42º | 0.8% | 0.65% | - |
| HSV(B) | 85.42º | 0.61% | 0.93% | - |
| XYZ | 50.16 | 70.59 | 21.34 | - |
| YUV | 202.35 | 66.29 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 237 | 93 | 0.26 | 0 | 0.61 | 0.07 | 85.42 | 0.8 | 0.65 |
| Hex | B0 | ED | 5D | 1A | 0 | 3D | 7 | 55 | 50 | 41 |
| Octal | 260 | 355 | 135 | 32 | 0 | 75 | 7 | 125 | 120 | 101 |
| Binary | 10110000 | 11101101 | 1011101 | 11010 | 0 | 111101 | 111 | 1010101 | 1010000 | 1000001 |
Color Harmonies of #B0ED5D
Complementary color
Monochromatic Colors of #B0ED5D
Black with #B0ED5D
Text Example
Text Example
White with #B0ED5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ED5D; }
p { color: rgb(176,237,93); }
H1.HeaderClassName
{
color: #B0ED5D;
}
.AnyTagClassName
{
color: #B0ED5D;
}
</style>
background-color css
<style>
a { background-color: #B0ED5D; }
a { background-color: rgb(176,237,93); }
div.DivClassName
{
background-color: #B0ED5D;
}
.BgClassName
{
background-color: #B0ED5D;
}
</style>
border-color css
<style>
span { border-color: #B0ED5D; }
span { border-color: rgb(176,237,93); }
td.TdClassName
{
border-color: #B0ED5D;
}
.TagClassName
{
border-color: #B0ED5D;
}
</style>