Shades of Conifer #B0FF62
Tints of Conifer #B0FF62
RGB
CMYK
RGB Variations
Color information
#B0FF62 (or 0xB0FF62) is known color: Conifer. HEX triplet: B0, FF and 62. RGB value is (176,255,98). Sum of RGB (Red+Green+Blue) = 176+255+98=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 98 (38.67% from 255 or 18.53% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FF62 is #4F009D. Grayscale: #D6D6D6. Windows color (decimal): -5177502 or 6487984. OLE color: 6487984.
HSL color Cylindrical-coordinate representation of color #B0FF62: hue angle of 90.19º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B0FF62 is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 98 | - |
| CMYK | 0.31 | 0 | 0.62 | 0 |
| HSL | 90.19º | 1% | 0.69% | - |
| HSV(B) | 90.19º | 0.62% | 1% | - |
| XYZ | 55.87 | 81.63 | 24.37 | - |
| YUV | 213.48 | 62.83 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 98 | 0.31 | 0 | 0.62 | 0 | 90.19 | 1 | 0.69 |
| Hex | B0 | FF | 62 | 1F | 0 | 3E | 0 | 5A | 64 | 45 |
| Octal | 260 | 377 | 142 | 37 | 0 | 76 | 0 | 132 | 144 | 105 |
| Binary | 10110000 | 11111111 | 1100010 | 11111 | 0 | 111110 | 0 | 1011010 | 1100100 | 1000101 |
Color Harmonies of #B0FF62
Complementary color
Monochromatic Colors of #B0FF62
Black with #B0FF62
Text Example
Text Example
White with #B0FF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FF62; }
p { color: rgb(176,255,98); }
H1.HeaderClassName
{
color: #B0FF62;
}
.AnyTagClassName
{
color: #B0FF62;
}
</style>
background-color css
<style>
a { background-color: #B0FF62; }
a { background-color: rgb(176,255,98); }
div.DivClassName
{
background-color: #B0FF62;
}
.BgClassName
{
background-color: #B0FF62;
}
</style>
border-color css
<style>
span { border-color: #B0FF62; }
span { border-color: rgb(176,255,98); }
td.TdClassName
{
border-color: #B0FF62;
}
.TagClassName
{
border-color: #B0FF62;
}
</style>