Shades of Conifer #B3DC59
Tints of Conifer #B3DC59
RGB
CMYK
RGB Variations
Color information
#B3DC59 (or 0xB3DC59) is known color: Conifer. HEX triplet: B3, DC and 59. RGB value is (179,220,89). Sum of RGB (Red+Green+Blue) = 179+220+89=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 89 (35.16% from 255 or 18.24% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #B3DC59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3DC59 is #4C23A6. Grayscale: #C1C1C1. Windows color (decimal): -4989863 or 5889203. OLE color: 5889203.
HSL color Cylindrical-coordinate representation of color #B3DC59: hue angle of 78.78º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B3DC59 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 220 | 89 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.14 |
| HSL | 78.78º | 0.65% | 0.61% | - |
| HSV(B) | 78.78º | 0.6% | 0.86% | - |
| XYZ | 45.99 | 61.49 | 18.9 | - |
| YUV | 192.81 | 69.42 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 220 | 89 | 0.19 | 0 | 0.60 | 0.14 | 78.78 | 0.65 | 0.61 |
| Hex | B3 | DC | 59 | 13 | 0 | 3C | E | 4F | 41 | 3D |
| Octal | 263 | 334 | 131 | 23 | 0 | 74 | 16 | 117 | 101 | 75 |
| Binary | 10110011 | 11011100 | 1011001 | 10011 | 0 | 111100 | 1110 | 1001111 | 1000001 | 111101 |
Color Harmonies of #B3DC59
Complementary color
Monochromatic Colors of #B3DC59
Black with #B3DC59
Text Example
Text Example
White with #B3DC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DC59; }
p { color: rgb(179,220,89); }
H1.HeaderClassName
{
color: #B3DC59;
}
.AnyTagClassName
{
color: #B3DC59;
}
</style>
background-color css
<style>
a { background-color: #B3DC59; }
a { background-color: rgb(179,220,89); }
div.DivClassName
{
background-color: #B3DC59;
}
.BgClassName
{
background-color: #B3DC59;
}
</style>
border-color css
<style>
span { border-color: #B3DC59; }
span { border-color: rgb(179,220,89); }
td.TdClassName
{
border-color: #B3DC59;
}
.TagClassName
{
border-color: #B3DC59;
}
</style>