Shades of Conifer #B2FE64
Tints of Conifer #B2FE64
RGB
CMYK
RGB Variations
Color information
#B2FE64 (or 0xB2FE64) is known color: Conifer. HEX triplet: B2, FE and 64. RGB value is (178,254,100). Sum of RGB (Red+Green+Blue) = 178+254+100=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 254 (99.61% from 255 or 47.74% from 532); Blue value is 100 (39.45% from 255 or 18.80% from 532); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FE64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FE64 is #4D019B. Grayscale: #D6D6D6. Windows color (decimal): -5046684 or 6618802. OLE color: 6618802.
HSL color Cylindrical-coordinate representation of color #B2FE64: hue angle of 89.61º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B2FE64 is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 254 | 100 | - |
| CMYK | 0.30 | 0 | 0.61 | 0.00 |
| HSL | 89.61º | 0.99% | 0.69% | - |
| HSV(B) | 89.61º | 0.61% | 1% | - |
| XYZ | 56.1 | 81.27 | 24.79 | - |
| YUV | 213.72 | 63.82 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 254 | 100 | 0.30 | 0 | 0.61 | 0.00 | 89.61 | 0.99 | 0.69 |
| Hex | B2 | FE | 64 | 1E | 0 | 3D | 0 | 5A | 63 | 45 |
| Octal | 262 | 376 | 144 | 36 | 0 | 75 | 0 | 132 | 143 | 105 |
| Binary | 10110010 | 11111110 | 1100100 | 11110 | 0 | 111101 | 0 | 1011010 | 1100011 | 1000101 |
Color Harmonies of #B2FE64
Complementary color
Monochromatic Colors of #B2FE64
Black with #B2FE64
Text Example
Text Example
White with #B2FE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FE64; }
p { color: rgb(178,254,100); }
H1.HeaderClassName
{
color: #B2FE64;
}
.AnyTagClassName
{
color: #B2FE64;
}
</style>
background-color css
<style>
a { background-color: #B2FE64; }
a { background-color: rgb(178,254,100); }
div.DivClassName
{
background-color: #B2FE64;
}
.BgClassName
{
background-color: #B2FE64;
}
</style>
border-color css
<style>
span { border-color: #B2FE64; }
span { border-color: rgb(178,254,100); }
td.TdClassName
{
border-color: #B2FE64;
}
.TagClassName
{
border-color: #B2FE64;
}
</style>