Shades of Conifer #B3FF63
Tints of Conifer #B3FF63
RGB
CMYK
RGB Variations
Color information
#B3FF63 (or 0xB3FF63) is known color: Conifer. HEX triplet: B3, FF and 63. RGB value is (179,255,99). Sum of RGB (Red+Green+Blue) = 179+255+99=533 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.58% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 99 (39.06% from 255 or 18.57% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FF63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3FF63 is #4C009C. Grayscale: #D7D7D7. Windows color (decimal): -4980893 or 6553523. OLE color: 6553523.
HSL color Cylindrical-coordinate representation of color #B3FF63: hue angle of 89.23º 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 #B3FF63 is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 255 | 99 | - |
| CMYK | 0.30 | 0 | 0.61 | 0 |
| HSL | 89.23º | 1% | 0.69% | - |
| HSV(B) | 89.23º | 0.61% | 1% | - |
| XYZ | 56.6 | 82 | 24.65 | - |
| YUV | 214.49 | 62.82 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 255 | 99 | 0.30 | 0 | 0.61 | 0 | 89.23 | 1 | 0.69 |
| Hex | B3 | FF | 63 | 1E | 0 | 3D | 0 | 59 | 64 | 45 |
| Octal | 263 | 377 | 143 | 36 | 0 | 75 | 0 | 131 | 144 | 105 |
| Binary | 10110011 | 11111111 | 1100011 | 11110 | 0 | 111101 | 0 | 1011001 | 1100100 | 1000101 |
Color Harmonies of #B3FF63
Complementary color
Monochromatic Colors of #B3FF63
Black with #B3FF63
Text Example
Text Example
White with #B3FF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FF63; }
p { color: rgb(179,255,99); }
H1.HeaderClassName
{
color: #B3FF63;
}
.AnyTagClassName
{
color: #B3FF63;
}
</style>
background-color css
<style>
a { background-color: #B3FF63; }
a { background-color: rgb(179,255,99); }
div.DivClassName
{
background-color: #B3FF63;
}
.BgClassName
{
background-color: #B3FF63;
}
</style>
border-color css
<style>
span { border-color: #B3FF63; }
span { border-color: rgb(179,255,99); }
td.TdClassName
{
border-color: #B3FF63;
}
.TagClassName
{
border-color: #B3FF63;
}
</style>