Shades of Conifer #B0EF5A
Tints of Conifer #B0EF5A
RGB
CMYK
RGB Variations
Color information
#B0EF5A (or 0xB0EF5A) is known color: Conifer. HEX triplet: B0, EF and 5A. RGB value is (176,239,90). Sum of RGB (Red+Green+Blue) = 176+239+90=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 239 (93.75% from 255 or 47.33% from 505); Blue value is 90 (35.55% from 255 or 17.82% from 505); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EF5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0EF5A is #4F10A5. Grayscale: #CBCBCB. Windows color (decimal): -5181606 or 5959600. OLE color: 5959600.
HSL color Cylindrical-coordinate representation of color #B0EF5A: hue angle of 85.37º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B0EF5A is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 239 | 90 | - |
| CMYK | 0.26 | 0 | 0.62 | 0.06 |
| HSL | 85.37º | 0.82% | 0.65% | - |
| HSV(B) | 85.37º | 0.62% | 0.94% | - |
| XYZ | 50.62 | 71.7 | 20.84 | - |
| YUV | 203.18 | 64.13 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 239 | 90 | 0.26 | 0 | 0.62 | 0.06 | 85.37 | 0.82 | 0.65 |
| Hex | B0 | EF | 5A | 1A | 0 | 3E | 6 | 55 | 52 | 41 |
| Octal | 260 | 357 | 132 | 32 | 0 | 76 | 6 | 125 | 122 | 101 |
| Binary | 10110000 | 11101111 | 1011010 | 11010 | 0 | 111110 | 110 | 1010101 | 1010010 | 1000001 |
Color Harmonies of #B0EF5A
Complementary color
Monochromatic Colors of #B0EF5A
Black with #B0EF5A
Text Example
Text Example
White with #B0EF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EF5A; }
p { color: rgb(176,239,90); }
H1.HeaderClassName
{
color: #B0EF5A;
}
.AnyTagClassName
{
color: #B0EF5A;
}
</style>
background-color css
<style>
a { background-color: #B0EF5A; }
a { background-color: rgb(176,239,90); }
div.DivClassName
{
background-color: #B0EF5A;
}
.BgClassName
{
background-color: #B0EF5A;
}
</style>
border-color css
<style>
span { border-color: #B0EF5A; }
span { border-color: rgb(176,239,90); }
td.TdClassName
{
border-color: #B0EF5A;
}
.TagClassName
{
border-color: #B0EF5A;
}
</style>