Shades of Conifer #B9EF52
Tints of Conifer #B9EF52
RGB
CMYK
RGB Variations
Color information
#B9EF52 (or 0xB9EF52) is known color: Conifer. HEX triplet: B9, EF and 52. RGB value is (185,239,82). Sum of RGB (Red+Green+Blue) = 185+239+82=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 239 (93.75% from 255 or 47.23% from 506); Blue value is 82 (32.42% from 255 or 16.21% from 506); Max value from RGB is 239 - color contains mainly: green. Hex color #B9EF52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9EF52 is #4610AD. Grayscale: #CDCDCD. Windows color (decimal): -4591790 or 5435321. OLE color: 5435321.
HSL color Cylindrical-coordinate representation of color #B9EF52: hue angle of 80.64º 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 #B9EF52 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 239 | 82 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.06 |
| HSL | 80.64º | 0.83% | 0.63% | - |
| HSV(B) | 80.64º | 0.66% | 0.94% | - |
| XYZ | 52.4 | 72.66 | 19.25 | - |
| YUV | 204.96 | 58.61 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 239 | 82 | 0.23 | 0 | 0.66 | 0.06 | 80.64 | 0.83 | 0.63 |
| Hex | B9 | EF | 52 | 17 | 0 | 42 | 6 | 51 | 53 | 3F |
| Octal | 271 | 357 | 122 | 27 | 0 | 102 | 6 | 121 | 123 | 77 |
| Binary | 10111001 | 11101111 | 1010010 | 10111 | 0 | 1000010 | 110 | 1010001 | 1010011 | 111111 |
Color Harmonies of #B9EF52
Complementary color
Monochromatic Colors of #B9EF52
Black with #B9EF52
Text Example
Text Example
White with #B9EF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EF52; }
p { color: rgb(185,239,82); }
H1.HeaderClassName
{
color: #B9EF52;
}
.AnyTagClassName
{
color: #B9EF52;
}
</style>
background-color css
<style>
a { background-color: #B9EF52; }
a { background-color: rgb(185,239,82); }
div.DivClassName
{
background-color: #B9EF52;
}
.BgClassName
{
background-color: #B9EF52;
}
</style>
border-color css
<style>
span { border-color: #B9EF52; }
span { border-color: rgb(185,239,82); }
td.TdClassName
{
border-color: #B9EF52;
}
.TagClassName
{
border-color: #B9EF52;
}
</style>