Shades of Conifer #B6DC4E
Tints of Conifer #B6DC4E
RGB
CMYK
RGB Variations
Color information
#B6DC4E (or 0xB6DC4E) is known color: Conifer. HEX triplet: B6, DC and 4E. RGB value is (182,220,78). Sum of RGB (Red+Green+Blue) = 182+220+78=480 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.92% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 78 (30.86% from 255 or 16.25% from 480); Max value from RGB is 220 - color contains mainly: green. Hex color #B6DC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DC4E is #4923B1. Grayscale: #C0C0C0. Windows color (decimal): -4793266 or 5168310. OLE color: 5168310.
HSL color Cylindrical-coordinate representation of color #B6DC4E: hue angle of 76.06º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B6DC4E is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 220 | 78 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.14 |
| HSL | 76.06º | 0.67% | 0.58% | - |
| HSV(B) | 76.06º | 0.65% | 0.86% | - |
| XYZ | 46.26 | 61.68 | 16.68 | - |
| YUV | 192.45 | 63.41 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 220 | 78 | 0.17 | 0 | 0.65 | 0.14 | 76.06 | 0.67 | 0.58 |
| Hex | B6 | DC | 4E | 11 | 0 | 41 | E | 4C | 43 | 3A |
| Octal | 266 | 334 | 116 | 21 | 0 | 101 | 16 | 114 | 103 | 72 |
| Binary | 10110110 | 11011100 | 1001110 | 10001 | 0 | 1000001 | 1110 | 1001100 | 1000011 | 111010 |
Color Harmonies of #B6DC4E
Complementary color
Monochromatic Colors of #B6DC4E
Black with #B6DC4E
Text Example
Text Example
White with #B6DC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DC4E; }
p { color: rgb(182,220,78); }
H1.HeaderClassName
{
color: #B6DC4E;
}
.AnyTagClassName
{
color: #B6DC4E;
}
</style>
background-color css
<style>
a { background-color: #B6DC4E; }
a { background-color: rgb(182,220,78); }
div.DivClassName
{
background-color: #B6DC4E;
}
.BgClassName
{
background-color: #B6DC4E;
}
</style>
border-color css
<style>
span { border-color: #B6DC4E; }
span { border-color: rgb(182,220,78); }
td.TdClassName
{
border-color: #B6DC4E;
}
.TagClassName
{
border-color: #B6DC4E;
}
</style>