Shades of Conifer #B2FF59
Tints of Conifer #B2FF59
RGB
CMYK
RGB Variations
Color information
#B2FF59 (or 0xB2FF59) is known color: Conifer. HEX triplet: B2, FF and 59. RGB value is (178,255,89). Sum of RGB (Red+Green+Blue) = 178+255+89=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 89 (35.16% from 255 or 17.05% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF59 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FF59 is #4D00A6. Grayscale: #D5D5D5. Windows color (decimal): -5046439 or 5898162. OLE color: 5898162.
HSL color Cylindrical-coordinate representation of color #B2FF59: hue angle of 87.83º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B2FF59 is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 89 | - |
| CMYK | 0.30 | 0 | 0.65 | 0 |
| HSL | 87.83º | 1% | 0.67% | - |
| HSV(B) | 87.83º | 0.65% | 1% | - |
| XYZ | 55.92 | 81.71 | 22.27 | - |
| YUV | 213.05 | 57.99 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 89 | 0.30 | 0 | 0.65 | 0 | 87.83 | 1 | 0.67 |
| Hex | B2 | FF | 59 | 1E | 0 | 41 | 0 | 58 | 64 | 43 |
| Octal | 262 | 377 | 131 | 36 | 0 | 101 | 0 | 130 | 144 | 103 |
| Binary | 10110010 | 11111111 | 1011001 | 11110 | 0 | 1000001 | 0 | 1011000 | 1100100 | 1000011 |
Color Harmonies of #B2FF59
Complementary color
Monochromatic Colors of #B2FF59
Black with #B2FF59
Text Example
Text Example
White with #B2FF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FF59; }
p { color: rgb(178,255,89); }
H1.HeaderClassName
{
color: #B2FF59;
}
.AnyTagClassName
{
color: #B2FF59;
}
</style>
background-color css
<style>
a { background-color: #B2FF59; }
a { background-color: rgb(178,255,89); }
div.DivClassName
{
background-color: #B2FF59;
}
.BgClassName
{
background-color: #B2FF59;
}
</style>
border-color css
<style>
span { border-color: #B2FF59; }
span { border-color: rgb(178,255,89); }
td.TdClassName
{
border-color: #B2FF59;
}
.TagClassName
{
border-color: #B2FF59;
}
</style>