Shades of Conifer #B6FF63
Tints of Conifer #B6FF63
RGB
CMYK
RGB Variations
Color information
#B6FF63 (or 0xB6FF63) is known color: Conifer. HEX triplet: B6, FF and 63. RGB value is (182,255,99). Sum of RGB (Red+Green+Blue) = 182+255+99=536 (70% of max value = 765). Red value is 182 (71.48% from 255 or 33.96% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 99 (39.06% from 255 or 18.47% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FF63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6FF63 is #49009C. Grayscale: #D7D7D7. Windows color (decimal): -4784285 or 6553526. OLE color: 6553526.
HSL color Cylindrical-coordinate representation of color #B6FF63: hue angle of 88.08º 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 #B6FF63 is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 255 | 99 | - |
| CMYK | 0.29 | 0 | 0.61 | 0 |
| HSL | 88.08º | 1% | 0.69% | - |
| HSV(B) | 88.08º | 0.61% | 1% | - |
| XYZ | 57.3 | 82.37 | 24.68 | - |
| YUV | 215.39 | 62.32 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 255 | 99 | 0.29 | 0 | 0.61 | 0 | 88.08 | 1 | 0.69 |
| Hex | B6 | FF | 63 | 1D | 0 | 3D | 0 | 58 | 64 | 45 |
| Octal | 266 | 377 | 143 | 35 | 0 | 75 | 0 | 130 | 144 | 105 |
| Binary | 10110110 | 11111111 | 1100011 | 11101 | 0 | 111101 | 0 | 1011000 | 1100100 | 1000101 |
Color Harmonies of #B6FF63
Complementary color
Monochromatic Colors of #B6FF63
Black with #B6FF63
Text Example
Text Example
White with #B6FF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FF63; }
p { color: rgb(182,255,99); }
H1.HeaderClassName
{
color: #B6FF63;
}
.AnyTagClassName
{
color: #B6FF63;
}
</style>
background-color css
<style>
a { background-color: #B6FF63; }
a { background-color: rgb(182,255,99); }
div.DivClassName
{
background-color: #B6FF63;
}
.BgClassName
{
background-color: #B6FF63;
}
</style>
border-color css
<style>
span { border-color: #B6FF63; }
span { border-color: rgb(182,255,99); }
td.TdClassName
{
border-color: #B6FF63;
}
.TagClassName
{
border-color: #B6FF63;
}
</style>