Shades of Conifer #B0FF63
Tints of Conifer #B0FF63
RGB
CMYK
RGB Variations
Color information
#B0FF63 (or 0xB0FF63) is known color: Conifer. HEX triplet: B0, FF and 63. RGB value is (176,255,99). Sum of RGB (Red+Green+Blue) = 176+255+99=530 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.21% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 99 (39.06% from 255 or 18.68% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FF63 is #4F009C. Grayscale: #D6D6D6. Windows color (decimal): -5177501 or 6553520. OLE color: 6553520.
HSL color Cylindrical-coordinate representation of color #B0FF63: hue angle of 90.38º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0FF63 is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 99 | - |
| CMYK | 0.31 | 0 | 0.61 | 0 |
| HSL | 90.38º | 1% | 0.69% | - |
| HSV(B) | 90.38º | 0.61% | 1% | - |
| XYZ | 55.92 | 81.65 | 24.62 | - |
| YUV | 213.6 | 63.33 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 99 | 0.31 | 0 | 0.61 | 0 | 90.38 | 1 | 0.69 |
| Hex | B0 | FF | 63 | 1F | 0 | 3D | 0 | 5A | 64 | 45 |
| Octal | 260 | 377 | 143 | 37 | 0 | 75 | 0 | 132 | 144 | 105 |
| Binary | 10110000 | 11111111 | 1100011 | 11111 | 0 | 111101 | 0 | 1011010 | 1100100 | 1000101 |
Color Harmonies of #B0FF63
Complementary color
Monochromatic Colors of #B0FF63
Black with #B0FF63
Text Example
Text Example
White with #B0FF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FF63; }
p { color: rgb(176,255,99); }
H1.HeaderClassName
{
color: #B0FF63;
}
.AnyTagClassName
{
color: #B0FF63;
}
</style>
background-color css
<style>
a { background-color: #B0FF63; }
a { background-color: rgb(176,255,99); }
div.DivClassName
{
background-color: #B0FF63;
}
.BgClassName
{
background-color: #B0FF63;
}
</style>
border-color css
<style>
span { border-color: #B0FF63; }
span { border-color: rgb(176,255,99); }
td.TdClassName
{
border-color: #B0FF63;
}
.TagClassName
{
border-color: #B0FF63;
}
</style>