Shades of Conifer #B6FB5E
Tints of Conifer #B6FB5E
RGB
CMYK
RGB Variations
Color information
#B6FB5E (or 0xB6FB5E) is known color: Conifer. HEX triplet: B6, FB and 5E. RGB value is (182,251,94). Sum of RGB (Red+Green+Blue) = 182+251+94=527 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.54% from 527); Green value is 251 (98.44% from 255 or 47.63% from 527); Blue value is 94 (37.11% from 255 or 17.84% from 527); Max value from RGB is 251 - color contains mainly: green. Hex color #B6FB5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6FB5E is #4904A1. Grayscale: #D5D5D5. Windows color (decimal): -4785314 or 6224822. OLE color: 6224822.
HSL color Cylindrical-coordinate representation of color #B6FB5E: hue angle of 86.37º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B6FB5E is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 251 | 94 | - |
| CMYK | 0.27 | 0 | 0.63 | 0.02 |
| HSL | 86.37º | 0.95% | 0.68% | - |
| HSV(B) | 86.37º | 0.63% | 0.98% | - |
| XYZ | 55.81 | 79.75 | 23.04 | - |
| YUV | 212.47 | 61.14 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 251 | 94 | 0.27 | 0 | 0.63 | 0.02 | 86.37 | 0.95 | 0.68 |
| Hex | B6 | FB | 5E | 1B | 0 | 3F | 2 | 56 | 5F | 44 |
| Octal | 266 | 373 | 136 | 33 | 0 | 77 | 2 | 126 | 137 | 104 |
| Binary | 10110110 | 11111011 | 1011110 | 11011 | 0 | 111111 | 10 | 1010110 | 1011111 | 1000100 |
Color Harmonies of #B6FB5E
Complementary color
Monochromatic Colors of #B6FB5E
Black with #B6FB5E
Text Example
Text Example
White with #B6FB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FB5E; }
p { color: rgb(182,251,94); }
H1.HeaderClassName
{
color: #B6FB5E;
}
.AnyTagClassName
{
color: #B6FB5E;
}
</style>
background-color css
<style>
a { background-color: #B6FB5E; }
a { background-color: rgb(182,251,94); }
div.DivClassName
{
background-color: #B6FB5E;
}
.BgClassName
{
background-color: #B6FB5E;
}
</style>
border-color css
<style>
span { border-color: #B6FB5E; }
span { border-color: rgb(182,251,94); }
td.TdClassName
{
border-color: #B6FB5E;
}
.TagClassName
{
border-color: #B6FB5E;
}
</style>