Shades of Conifer #B0EF4E
Tints of Conifer #B0EF4E
RGB
CMYK
RGB Variations
Color information
#B0EF4E (or 0xB0EF4E) is known color: Conifer. HEX triplet: B0, EF and 4E. RGB value is (176,239,78). Sum of RGB (Red+Green+Blue) = 176+239+78=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 239 (93.75% from 255 or 48.48% from 493); Blue value is 78 (30.86% from 255 or 15.82% from 493); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EF4E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0EF4E is #4F10B1. Grayscale: #CACACA. Windows color (decimal): -5181618 or 5173168. OLE color: 5173168.
HSL color Cylindrical-coordinate representation of color #B0EF4E: hue angle of 83.48º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B0EF4E is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 239 | 78 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.06 |
| HSL | 83.48º | 0.83% | 0.62% | - |
| HSV(B) | 83.48º | 0.67% | 0.94% | - |
| XYZ | 50.15 | 71.51 | 18.37 | - |
| YUV | 201.81 | 58.13 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 239 | 78 | 0.26 | 0 | 0.67 | 0.06 | 83.48 | 0.83 | 0.62 |
| Hex | B0 | EF | 4E | 1A | 0 | 43 | 6 | 53 | 53 | 3E |
| Octal | 260 | 357 | 116 | 32 | 0 | 103 | 6 | 123 | 123 | 76 |
| Binary | 10110000 | 11101111 | 1001110 | 11010 | 0 | 1000011 | 110 | 1010011 | 1010011 | 111110 |
Color Harmonies of #B0EF4E
Complementary color
Monochromatic Colors of #B0EF4E
Black with #B0EF4E
Text Example
Text Example
White with #B0EF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EF4E; }
p { color: rgb(176,239,78); }
H1.HeaderClassName
{
color: #B0EF4E;
}
.AnyTagClassName
{
color: #B0EF4E;
}
</style>
background-color css
<style>
a { background-color: #B0EF4E; }
a { background-color: rgb(176,239,78); }
div.DivClassName
{
background-color: #B0EF4E;
}
.BgClassName
{
background-color: #B0EF4E;
}
</style>
border-color css
<style>
span { border-color: #B0EF4E; }
span { border-color: rgb(176,239,78); }
td.TdClassName
{
border-color: #B0EF4E;
}
.TagClassName
{
border-color: #B0EF4E;
}
</style>