Shades of Conifer #B5F256
Tints of Conifer #B5F256
RGB
CMYK
RGB Variations
Color information
#B5F256 (or 0xB5F256) is known color: Conifer. HEX triplet: B5, F2 and 56. RGB value is (181,242,86). Sum of RGB (Red+Green+Blue) = 181+242+86=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 242 (94.92% from 255 or 47.54% from 509); Blue value is 86 (33.98% from 255 or 16.90% from 509); Max value from RGB is 242 - color contains mainly: green. Hex color #B5F256 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F256 is #4A0DA9. Grayscale: #CECECE. Windows color (decimal): -4853162 or 5698229. OLE color: 5698229.
HSL color Cylindrical-coordinate representation of color #B5F256: hue angle of 83.46º 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 #B5F256 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 242 | 86 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.05 |
| HSL | 83.46º | 0.86% | 0.64% | - |
| HSV(B) | 83.46º | 0.64% | 0.95% | - |
| XYZ | 52.49 | 74 | 20.32 | - |
| YUV | 205.98 | 60.29 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 242 | 86 | 0.25 | 0 | 0.64 | 0.05 | 83.46 | 0.86 | 0.64 |
| Hex | B5 | F2 | 56 | 19 | 0 | 40 | 5 | 53 | 56 | 40 |
| Octal | 265 | 362 | 126 | 31 | 0 | 100 | 5 | 123 | 126 | 100 |
| Binary | 10110101 | 11110010 | 1010110 | 11001 | 0 | 1000000 | 101 | 1010011 | 1010110 | 1000000 |
Color Harmonies of #B5F256
Complementary color
Monochromatic Colors of #B5F256
Black with #B5F256
Text Example
Text Example
White with #B5F256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F256; }
p { color: rgb(181,242,86); }
H1.HeaderClassName
{
color: #B5F256;
}
.AnyTagClassName
{
color: #B5F256;
}
</style>
background-color css
<style>
a { background-color: #B5F256; }
a { background-color: rgb(181,242,86); }
div.DivClassName
{
background-color: #B5F256;
}
.BgClassName
{
background-color: #B5F256;
}
</style>
border-color css
<style>
span { border-color: #B5F256; }
span { border-color: rgb(181,242,86); }
td.TdClassName
{
border-color: #B5F256;
}
.TagClassName
{
border-color: #B5F256;
}
</style>