Shades of Conifer #B5F246
Tints of Conifer #B5F246
RGB
CMYK
RGB Variations
Color information
#B5F246 (or 0xB5F246) is known color: Conifer. HEX triplet: B5, F2 and 46. RGB value is (181,242,70). Sum of RGB (Red+Green+Blue) = 181+242+70=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 242 (94.92% from 255 or 49.09% from 493); Blue value is 70 (27.73% from 255 or 14.20% from 493); Max value from RGB is 242 - color contains mainly: green. Hex color #B5F246 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5F246 is #4A0DB9. Grayscale: #CCCCCC. Windows color (decimal): -4853178 or 4649653. OLE color: 4649653.
HSL color Cylindrical-coordinate representation of color #B5F246: hue angle of 81.28º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B5F246 is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 242 | 70 | - |
| CMYK | 0.25 | 0 | 0.71 | 0.05 |
| HSL | 81.28º | 0.87% | 0.61% | - |
| HSV(B) | 81.28º | 0.71% | 0.95% | - |
| XYZ | 51.91 | 73.77 | 17.3 | - |
| YUV | 204.15 | 52.29 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 242 | 70 | 0.25 | 0 | 0.71 | 0.05 | 81.28 | 0.87 | 0.61 |
| Hex | B5 | F2 | 46 | 19 | 0 | 47 | 5 | 51 | 57 | 3D |
| Octal | 265 | 362 | 106 | 31 | 0 | 107 | 5 | 121 | 127 | 75 |
| Binary | 10110101 | 11110010 | 1000110 | 11001 | 0 | 1000111 | 101 | 1010001 | 1010111 | 111101 |
Color Harmonies of #B5F246
Complementary color
Monochromatic Colors of #B5F246
Black with #B5F246
Text Example
Text Example
White with #B5F246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F246; }
p { color: rgb(181,242,70); }
H1.HeaderClassName
{
color: #B5F246;
}
.AnyTagClassName
{
color: #B5F246;
}
</style>
background-color css
<style>
a { background-color: #B5F246; }
a { background-color: rgb(181,242,70); }
div.DivClassName
{
background-color: #B5F246;
}
.BgClassName
{
background-color: #B5F246;
}
</style>
border-color css
<style>
span { border-color: #B5F246; }
span { border-color: rgb(181,242,70); }
td.TdClassName
{
border-color: #B5F246;
}
.TagClassName
{
border-color: #B5F246;
}
</style>