Shades of Conifer #B0EF52
Tints of Conifer #B0EF52
RGB
CMYK
RGB Variations
Color information
#B0EF52 (or 0xB0EF52) is known color: Conifer. HEX triplet: B0, EF and 52. RGB value is (176,239,82). Sum of RGB (Red+Green+Blue) = 176+239+82=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 239 (93.75% from 255 or 48.09% from 497); Blue value is 82 (32.42% from 255 or 16.50% from 497); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EF52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0EF52 is #4F10AD. Grayscale: #CACACA. Windows color (decimal): -5181614 or 5435312. OLE color: 5435312.
HSL color Cylindrical-coordinate representation of color #B0EF52: hue angle of 84.08º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B0EF52 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 239 | 82 | - |
| CMYK | 0.26 | 0 | 0.66 | 0.06 |
| HSL | 84.08º | 0.83% | 0.63% | - |
| HSV(B) | 84.08º | 0.66% | 0.94% | - |
| XYZ | 50.29 | 71.57 | 19.15 | - |
| YUV | 202.27 | 60.13 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 239 | 82 | 0.26 | 0 | 0.66 | 0.06 | 84.08 | 0.83 | 0.63 |
| Hex | B0 | EF | 52 | 1A | 0 | 42 | 6 | 54 | 53 | 3F |
| Octal | 260 | 357 | 122 | 32 | 0 | 102 | 6 | 124 | 123 | 77 |
| Binary | 10110000 | 11101111 | 1010010 | 11010 | 0 | 1000010 | 110 | 1010100 | 1010011 | 111111 |
Color Harmonies of #B0EF52
Complementary color
Monochromatic Colors of #B0EF52
Black with #B0EF52
Text Example
Text Example
White with #B0EF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EF52; }
p { color: rgb(176,239,82); }
H1.HeaderClassName
{
color: #B0EF52;
}
.AnyTagClassName
{
color: #B0EF52;
}
</style>
background-color css
<style>
a { background-color: #B0EF52; }
a { background-color: rgb(176,239,82); }
div.DivClassName
{
background-color: #B0EF52;
}
.BgClassName
{
background-color: #B0EF52;
}
</style>
border-color css
<style>
span { border-color: #B0EF52; }
span { border-color: rgb(176,239,82); }
td.TdClassName
{
border-color: #B0EF52;
}
.TagClassName
{
border-color: #B0EF52;
}
</style>