Shades of Conifer #B7F256
Tints of Conifer #B7F256
RGB
CMYK
RGB Variations
Color information
#B7F256 (or 0xB7F256) is known color: Conifer. HEX triplet: B7, F2 and 56. RGB value is (183,242,86). Sum of RGB (Red+Green+Blue) = 183+242+86=511 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.81% from 511); Green value is 242 (94.92% from 255 or 47.36% from 511); Blue value is 86 (33.98% from 255 or 16.83% from 511); Max value from RGB is 242 - color contains mainly: green. Hex color #B7F256 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B7F256 is #480DA9. Grayscale: #CFCFCF. Windows color (decimal): -4722090 or 5698231. OLE color: 5698231.
HSL color Cylindrical-coordinate representation of color #B7F256: hue angle of 82.69º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B7F256 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 242 | 86 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.05 |
| HSL | 82.69º | 0.86% | 0.64% | - |
| HSV(B) | 82.69º | 0.64% | 0.95% | - |
| XYZ | 52.96 | 74.24 | 20.34 | - |
| YUV | 206.58 | 59.95 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 242 | 86 | 0.24 | 0 | 0.64 | 0.05 | 82.69 | 0.86 | 0.64 |
| Hex | B7 | F2 | 56 | 18 | 0 | 40 | 5 | 53 | 56 | 40 |
| Octal | 267 | 362 | 126 | 30 | 0 | 100 | 5 | 123 | 126 | 100 |
| Binary | 10110111 | 11110010 | 1010110 | 11000 | 0 | 1000000 | 101 | 1010011 | 1010110 | 1000000 |
Color Harmonies of #B7F256
Complementary color
Monochromatic Colors of #B7F256
Black with #B7F256
Text Example
Text Example
White with #B7F256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F256; }
p { color: rgb(183,242,86); }
H1.HeaderClassName
{
color: #B7F256;
}
.AnyTagClassName
{
color: #B7F256;
}
</style>
background-color css
<style>
a { background-color: #B7F256; }
a { background-color: rgb(183,242,86); }
div.DivClassName
{
background-color: #B7F256;
}
.BgClassName
{
background-color: #B7F256;
}
</style>
border-color css
<style>
span { border-color: #B7F256; }
span { border-color: rgb(183,242,86); }
td.TdClassName
{
border-color: #B7F256;
}
.TagClassName
{
border-color: #B7F256;
}
</style>