Shades of Conifer #B6F055
Tints of Conifer #B6F055
RGB
CMYK
RGB Variations
Color information
#B6F055 (or 0xB6F055) is known color: Conifer. HEX triplet: B6, F0 and 55. RGB value is (182,240,85). Sum of RGB (Red+Green+Blue) = 182+240+85=507 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.90% from 507); Green value is 240 (94.14% from 255 or 47.34% from 507); Blue value is 85 (33.59% from 255 or 16.77% from 507); Max value from RGB is 240 - color contains mainly: green. Hex color #B6F055 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6F055 is #490FAA. Grayscale: #CDCDCD. Windows color (decimal): -4788139 or 5632182. OLE color: 5632182.
HSL color Cylindrical-coordinate representation of color #B6F055: hue angle of 82.45º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B6F055 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 240 | 85 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.06 |
| HSL | 82.45º | 0.84% | 0.64% | - |
| HSV(B) | 82.45º | 0.65% | 0.94% | - |
| XYZ | 52.09 | 72.92 | 19.92 | - |
| YUV | 204.99 | 60.28 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 240 | 85 | 0.24 | 0 | 0.65 | 0.06 | 82.45 | 0.84 | 0.64 |
| Hex | B6 | F0 | 55 | 18 | 0 | 41 | 6 | 52 | 54 | 40 |
| Octal | 266 | 360 | 125 | 30 | 0 | 101 | 6 | 122 | 124 | 100 |
| Binary | 10110110 | 11110000 | 1010101 | 11000 | 0 | 1000001 | 110 | 1010010 | 1010100 | 1000000 |
Color Harmonies of #B6F055
Complementary color
Monochromatic Colors of #B6F055
Black with #B6F055
Text Example
Text Example
White with #B6F055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6F055; }
p { color: rgb(182,240,85); }
H1.HeaderClassName
{
color: #B6F055;
}
.AnyTagClassName
{
color: #B6F055;
}
</style>
background-color css
<style>
a { background-color: #B6F055; }
a { background-color: rgb(182,240,85); }
div.DivClassName
{
background-color: #B6F055;
}
.BgClassName
{
background-color: #B6F055;
}
</style>
border-color css
<style>
span { border-color: #B6F055; }
span { border-color: rgb(182,240,85); }
td.TdClassName
{
border-color: #B6F055;
}
.TagClassName
{
border-color: #B6F055;
}
</style>