Shades of Conifer #B8EF52
Tints of Conifer #B8EF52
RGB
CMYK
RGB Variations
Color information
#B8EF52 (or 0xB8EF52) is known color: Conifer. HEX triplet: B8, EF and 52. RGB value is (184,239,82). Sum of RGB (Red+Green+Blue) = 184+239+82=505 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.44% from 505); Green value is 239 (93.75% from 255 or 47.33% from 505); Blue value is 82 (32.42% from 255 or 16.24% from 505); Max value from RGB is 239 - color contains mainly: green. Hex color #B8EF52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8EF52 is #4710AD. Grayscale: #CDCDCD. Windows color (decimal): -4657326 or 5435320. OLE color: 5435320.
HSL color Cylindrical-coordinate representation of color #B8EF52: hue angle of 81.02º 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 #B8EF52 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 239 | 82 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.06 |
| HSL | 81.02º | 0.83% | 0.63% | - |
| HSV(B) | 81.02º | 0.66% | 0.94% | - |
| XYZ | 52.16 | 72.53 | 19.23 | - |
| YUV | 204.66 | 58.78 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 239 | 82 | 0.23 | 0 | 0.66 | 0.06 | 81.02 | 0.83 | 0.63 |
| Hex | B8 | EF | 52 | 17 | 0 | 42 | 6 | 51 | 53 | 3F |
| Octal | 270 | 357 | 122 | 27 | 0 | 102 | 6 | 121 | 123 | 77 |
| Binary | 10111000 | 11101111 | 1010010 | 10111 | 0 | 1000010 | 110 | 1010001 | 1010011 | 111111 |
Color Harmonies of #B8EF52
Complementary color
Monochromatic Colors of #B8EF52
Black with #B8EF52
Text Example
Text Example
White with #B8EF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EF52; }
p { color: rgb(184,239,82); }
H1.HeaderClassName
{
color: #B8EF52;
}
.AnyTagClassName
{
color: #B8EF52;
}
</style>
background-color css
<style>
a { background-color: #B8EF52; }
a { background-color: rgb(184,239,82); }
div.DivClassName
{
background-color: #B8EF52;
}
.BgClassName
{
background-color: #B8EF52;
}
</style>
border-color css
<style>
span { border-color: #B8EF52; }
span { border-color: rgb(184,239,82); }
td.TdClassName
{
border-color: #B8EF52;
}
.TagClassName
{
border-color: #B8EF52;
}
</style>