Shades of Conifer #B6DF40
Tints of Conifer #B6DF40
RGB
CMYK
RGB Variations
Color information
#B6DF40 (or 0xB6DF40) is known color: Conifer. HEX triplet: B6, DF and 40. RGB value is (182,223,64). Sum of RGB (Red+Green+Blue) = 182+223+64=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 223 (87.5% from 255 or 47.55% from 469); Blue value is 64 (25.39% from 255 or 13.65% from 469); Max value from RGB is 223 - color contains mainly: green. Hex color #B6DF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6DF40 is #4920BF. Grayscale: #C1C1C1. Windows color (decimal): -4792512 or 4251574. OLE color: 4251574.
HSL color Cylindrical-coordinate representation of color #B6DF40: hue angle of 75.47º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B6DF40 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 223 | 64 | - |
| CMYK | 0.18 | 0 | 0.71 | 0.13 |
| HSL | 75.47º | 0.71% | 0.56% | - |
| HSV(B) | 75.47º | 0.71% | 0.87% | - |
| XYZ | 46.6 | 63.09 | 14.57 | - |
| YUV | 192.62 | 55.42 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 223 | 64 | 0.18 | 0 | 0.71 | 0.13 | 75.47 | 0.71 | 0.56 |
| Hex | B6 | DF | 40 | 12 | 0 | 47 | D | 4B | 47 | 38 |
| Octal | 266 | 337 | 100 | 22 | 0 | 107 | 15 | 113 | 107 | 70 |
| Binary | 10110110 | 11011111 | 1000000 | 10010 | 0 | 1000111 | 1101 | 1001011 | 1000111 | 111000 |
Color Harmonies of #B6DF40
Complementary color
Monochromatic Colors of #B6DF40
Black with #B6DF40
Text Example
Text Example
White with #B6DF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DF40; }
p { color: rgb(182,223,64); }
H1.HeaderClassName
{
color: #B6DF40;
}
.AnyTagClassName
{
color: #B6DF40;
}
</style>
background-color css
<style>
a { background-color: #B6DF40; }
a { background-color: rgb(182,223,64); }
div.DivClassName
{
background-color: #B6DF40;
}
.BgClassName
{
background-color: #B6DF40;
}
</style>
border-color css
<style>
span { border-color: #B6DF40; }
span { border-color: rgb(182,223,64); }
td.TdClassName
{
border-color: #B6DF40;
}
.TagClassName
{
border-color: #B6DF40;
}
</style>