Shades of Conifer #B6FF5C
Tints of Conifer #B6FF5C
RGB
CMYK
RGB Variations
Color information
#B6FF5C (or 0xB6FF5C) is known color: Conifer. HEX triplet: B6, FF and 5C. RGB value is (182,255,92). Sum of RGB (Red+Green+Blue) = 182+255+92=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 92 (36.33% from 255 or 17.39% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FF5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6FF5C is #4900A3. Grayscale: #D7D7D7. Windows color (decimal): -4784292 or 6094774. OLE color: 6094774.
HSL color Cylindrical-coordinate representation of color #B6FF5C: hue angle of 86.87º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B6FF5C is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 255 | 92 | - |
| CMYK | 0.29 | 0 | 0.64 | 0 |
| HSL | 86.87º | 1% | 0.68% | - |
| HSV(B) | 86.87º | 0.64% | 1% | - |
| XYZ | 56.98 | 82.24 | 23 | - |
| YUV | 214.59 | 58.82 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 255 | 92 | 0.29 | 0 | 0.64 | 0 | 86.87 | 1 | 0.68 |
| Hex | B6 | FF | 5C | 1D | 0 | 40 | 0 | 57 | 64 | 44 |
| Octal | 266 | 377 | 134 | 35 | 0 | 100 | 0 | 127 | 144 | 104 |
| Binary | 10110110 | 11111111 | 1011100 | 11101 | 0 | 1000000 | 0 | 1010111 | 1100100 | 1000100 |
Color Harmonies of #B6FF5C
Complementary color
Monochromatic Colors of #B6FF5C
Black with #B6FF5C
Text Example
Text Example
White with #B6FF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FF5C; }
p { color: rgb(182,255,92); }
H1.HeaderClassName
{
color: #B6FF5C;
}
.AnyTagClassName
{
color: #B6FF5C;
}
</style>
background-color css
<style>
a { background-color: #B6FF5C; }
a { background-color: rgb(182,255,92); }
div.DivClassName
{
background-color: #B6FF5C;
}
.BgClassName
{
background-color: #B6FF5C;
}
</style>
border-color css
<style>
span { border-color: #B6FF5C; }
span { border-color: rgb(182,255,92); }
td.TdClassName
{
border-color: #B6FF5C;
}
.TagClassName
{
border-color: #B6FF5C;
}
</style>