Shades of Conifer #B2FF63
Tints of Conifer #B2FF63
RGB
CMYK
RGB Variations
Color information
#B2FF63 (or 0xB2FF63) is known color: Conifer. HEX triplet: B2, FF and 63. RGB value is (178,255,99). Sum of RGB (Red+Green+Blue) = 178+255+99=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 99 (39.06% from 255 or 18.61% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FF63 is #4D009C. Grayscale: #D6D6D6. Windows color (decimal): -5046429 or 6553522. OLE color: 6553522.
HSL color Cylindrical-coordinate representation of color #B2FF63: hue angle of 89.62º 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 #B2FF63 is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 99 | - |
| CMYK | 0.30 | 0 | 0.61 | 0 |
| HSL | 89.62º | 1% | 0.69% | - |
| HSV(B) | 89.62º | 0.61% | 1% | - |
| XYZ | 56.37 | 81.89 | 24.64 | - |
| YUV | 214.19 | 62.99 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 99 | 0.30 | 0 | 0.61 | 0 | 89.62 | 1 | 0.69 |
| Hex | B2 | FF | 63 | 1E | 0 | 3D | 0 | 5A | 64 | 45 |
| Octal | 262 | 377 | 143 | 36 | 0 | 75 | 0 | 132 | 144 | 105 |
| Binary | 10110010 | 11111111 | 1100011 | 11110 | 0 | 111101 | 0 | 1011010 | 1100100 | 1000101 |
Color Harmonies of #B2FF63
Complementary color
Monochromatic Colors of #B2FF63
Black with #B2FF63
Text Example
Text Example
White with #B2FF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FF63; }
p { color: rgb(178,255,99); }
H1.HeaderClassName
{
color: #B2FF63;
}
.AnyTagClassName
{
color: #B2FF63;
}
</style>
background-color css
<style>
a { background-color: #B2FF63; }
a { background-color: rgb(178,255,99); }
div.DivClassName
{
background-color: #B2FF63;
}
.BgClassName
{
background-color: #B2FF63;
}
</style>
border-color css
<style>
span { border-color: #B2FF63; }
span { border-color: rgb(178,255,99); }
td.TdClassName
{
border-color: #B2FF63;
}
.TagClassName
{
border-color: #B2FF63;
}
</style>