Shades of Conifer #B6FE52
Tints of Conifer #B6FE52
RGB
CMYK
RGB Variations
Color information
#B6FE52 (or 0xB6FE52) is known color: Conifer. HEX triplet: B6, FE and 52. RGB value is (182,254,82). Sum of RGB (Red+Green+Blue) = 182+254+82=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 254 (99.61% from 255 or 49.03% from 518); Blue value is 82 (32.42% from 255 or 15.83% from 518); Max value from RGB is 254 - color contains mainly: green. Hex color #B6FE52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6FE52 is #4901AD. Grayscale: #D5D5D5. Windows color (decimal): -4784558 or 5439158. OLE color: 5439158.
HSL color Cylindrical-coordinate representation of color #B6FE52: hue angle of 85.12º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B6FE52 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 254 | 82 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.00 |
| HSL | 85.12º | 0.99% | 0.66% | - |
| HSV(B) | 85.12º | 0.68% | 1% | - |
| XYZ | 56.26 | 81.44 | 20.74 | - |
| YUV | 212.86 | 54.15 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 254 | 82 | 0.28 | 0 | 0.68 | 0.00 | 85.12 | 0.99 | 0.66 |
| Hex | B6 | FE | 52 | 1C | 0 | 44 | 0 | 55 | 63 | 42 |
| Octal | 266 | 376 | 122 | 34 | 0 | 104 | 0 | 125 | 143 | 102 |
| Binary | 10110110 | 11111110 | 1010010 | 11100 | 0 | 1000100 | 0 | 1010101 | 1100011 | 1000010 |
Color Harmonies of #B6FE52
Complementary color
Monochromatic Colors of #B6FE52
Black with #B6FE52
Text Example
Text Example
White with #B6FE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FE52; }
p { color: rgb(182,254,82); }
H1.HeaderClassName
{
color: #B6FE52;
}
.AnyTagClassName
{
color: #B6FE52;
}
</style>
background-color css
<style>
a { background-color: #B6FE52; }
a { background-color: rgb(182,254,82); }
div.DivClassName
{
background-color: #B6FE52;
}
.BgClassName
{
background-color: #B6FE52;
}
</style>
border-color css
<style>
span { border-color: #B6FE52; }
span { border-color: rgb(182,254,82); }
td.TdClassName
{
border-color: #B6FE52;
}
.TagClassName
{
border-color: #B6FE52;
}
</style>