Shades of Conifer #B2F64E
Tints of Conifer #B2F64E
RGB
CMYK
RGB Variations
Color information
#B2F64E (or 0xB2F64E) is known color: Conifer. HEX triplet: B2, F6 and 4E. RGB value is (178,246,78). Sum of RGB (Red+Green+Blue) = 178+246+78=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 246 (96.48% from 255 or 49.00% from 502); Blue value is 78 (30.86% from 255 or 15.54% from 502); Max value from RGB is 246 - color contains mainly: green. Hex color #B2F64E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F64E is #4D09B1. Grayscale: #CFCFCF. Windows color (decimal): -5048754 or 5174962. OLE color: 5174962.
HSL color Cylindrical-coordinate representation of color #B2F64E: hue angle of 84.29º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B2F64E is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 246 | 78 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.04 |
| HSL | 84.29º | 0.9% | 0.64% | - |
| HSV(B) | 84.29º | 0.68% | 0.96% | - |
| XYZ | 52.69 | 75.93 | 19.09 | - |
| YUV | 206.52 | 55.47 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 246 | 78 | 0.28 | 0 | 0.68 | 0.04 | 84.29 | 0.9 | 0.64 |
| Hex | B2 | F6 | 4E | 1C | 0 | 44 | 4 | 54 | 5A | 40 |
| Octal | 262 | 366 | 116 | 34 | 0 | 104 | 4 | 124 | 132 | 100 |
| Binary | 10110010 | 11110110 | 1001110 | 11100 | 0 | 1000100 | 100 | 1010100 | 1011010 | 1000000 |
Color Harmonies of #B2F64E
Complementary color
Monochromatic Colors of #B2F64E
Black with #B2F64E
Text Example
Text Example
White with #B2F64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F64E; }
p { color: rgb(178,246,78); }
H1.HeaderClassName
{
color: #B2F64E;
}
.AnyTagClassName
{
color: #B2F64E;
}
</style>
background-color css
<style>
a { background-color: #B2F64E; }
a { background-color: rgb(178,246,78); }
div.DivClassName
{
background-color: #B2F64E;
}
.BgClassName
{
background-color: #B2F64E;
}
</style>
border-color css
<style>
span { border-color: #B2F64E; }
span { border-color: rgb(178,246,78); }
td.TdClassName
{
border-color: #B2F64E;
}
.TagClassName
{
border-color: #B2F64E;
}
</style>