Shades of Conifer #B2FE65
Tints of Conifer #B2FE65
RGB
CMYK
RGB Variations
Color information
#B2FE65 (or 0xB2FE65) is known color: Conifer. HEX triplet: B2, FE and 65. RGB value is (178,254,101). Sum of RGB (Red+Green+Blue) = 178+254+101=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 254 (99.61% from 255 or 47.65% from 533); Blue value is 101 (39.84% from 255 or 18.95% from 533); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FE65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FE65 is #4D019A. Grayscale: #D6D6D6. Windows color (decimal): -5046683 or 6684338. OLE color: 6684338.
HSL color Cylindrical-coordinate representation of color #B2FE65: hue angle of 89.8º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2FE65 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 254 | 101 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.00 |
| HSL | 89.8º | 0.99% | 0.7% | - |
| HSV(B) | 89.8º | 0.6% | 1% | - |
| XYZ | 56.15 | 81.29 | 25.04 | - |
| YUV | 213.83 | 64.32 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 254 | 101 | 0.30 | 0 | 0.60 | 0.00 | 89.8 | 0.99 | 0.7 |
| Hex | B2 | FE | 65 | 1E | 0 | 3C | 0 | 5A | 63 | 46 |
| Octal | 262 | 376 | 145 | 36 | 0 | 74 | 0 | 132 | 143 | 106 |
| Binary | 10110010 | 11111110 | 1100101 | 11110 | 0 | 111100 | 0 | 1011010 | 1100011 | 1000110 |
Color Harmonies of #B2FE65
Complementary color
Monochromatic Colors of #B2FE65
Black with #B2FE65
Text Example
Text Example
White with #B2FE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FE65; }
p { color: rgb(178,254,101); }
H1.HeaderClassName
{
color: #B2FE65;
}
.AnyTagClassName
{
color: #B2FE65;
}
</style>
background-color css
<style>
a { background-color: #B2FE65; }
a { background-color: rgb(178,254,101); }
div.DivClassName
{
background-color: #B2FE65;
}
.BgClassName
{
background-color: #B2FE65;
}
</style>
border-color css
<style>
span { border-color: #B2FE65; }
span { border-color: rgb(178,254,101); }
td.TdClassName
{
border-color: #B2FE65;
}
.TagClassName
{
border-color: #B2FE65;
}
</style>