Shades of Conifer #B3DC40
Tints of Conifer #B3DC40
RGB
CMYK
RGB Variations
Color information
#B3DC40 (or 0xB3DC40) is known color: Conifer. HEX triplet: B3, DC and 40. RGB value is (179,220,64). Sum of RGB (Red+Green+Blue) = 179+220+64=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 64 (25.39% from 255 or 13.82% from 463); Max value from RGB is 220 - color contains mainly: green. Hex color #B3DC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3DC40 is #4C23BF. Grayscale: #BEBEBE. Windows color (decimal): -4989888 or 4250803. OLE color: 4250803.
HSL color Cylindrical-coordinate representation of color #B3DC40: hue angle of 75.77º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B3DC40 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 220 | 64 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.14 |
| HSL | 75.77º | 0.69% | 0.56% | - |
| HSV(B) | 75.77º | 0.71% | 0.86% | - |
| XYZ | 45.11 | 61.14 | 14.27 | - |
| YUV | 189.96 | 56.92 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 220 | 64 | 0.19 | 0 | 0.71 | 0.14 | 75.77 | 0.69 | 0.56 |
| Hex | B3 | DC | 40 | 13 | 0 | 47 | E | 4C | 45 | 38 |
| Octal | 263 | 334 | 100 | 23 | 0 | 107 | 16 | 114 | 105 | 70 |
| Binary | 10110011 | 11011100 | 1000000 | 10011 | 0 | 1000111 | 1110 | 1001100 | 1000101 | 111000 |
Color Harmonies of #B3DC40
Complementary color
Monochromatic Colors of #B3DC40
Black with #B3DC40
Text Example
Text Example
White with #B3DC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DC40; }
p { color: rgb(179,220,64); }
H1.HeaderClassName
{
color: #B3DC40;
}
.AnyTagClassName
{
color: #B3DC40;
}
</style>
background-color css
<style>
a { background-color: #B3DC40; }
a { background-color: rgb(179,220,64); }
div.DivClassName
{
background-color: #B3DC40;
}
.BgClassName
{
background-color: #B3DC40;
}
</style>
border-color css
<style>
span { border-color: #B3DC40; }
span { border-color: rgb(179,220,64); }
td.TdClassName
{
border-color: #B3DC40;
}
.TagClassName
{
border-color: #B3DC40;
}
</style>