Shades of Conifer #B3DC62
Tints of Conifer #B3DC62
RGB
CMYK
RGB Variations
Color information
#B3DC62 (or 0xB3DC62) is known color: Conifer. HEX triplet: B3, DC and 62. RGB value is (179,220,98). Sum of RGB (Red+Green+Blue) = 179+220+98=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 98 (38.67% from 255 or 19.72% from 497); Max value from RGB is 220 - color contains mainly: green. Hex color #B3DC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3DC62 is #4C239D. Grayscale: #C2C2C2. Windows color (decimal): -4989854 or 6479027. OLE color: 6479027.
HSL color Cylindrical-coordinate representation of color #B3DC62: hue angle of 80.16º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B3DC62 is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 220 | 98 | - |
| CMYK | 0.19 | 0 | 0.55 | 0.14 |
| HSL | 80.16º | 0.64% | 0.62% | - |
| HSV(B) | 80.16º | 0.55% | 0.86% | - |
| XYZ | 46.39 | 61.65 | 21.01 | - |
| YUV | 193.83 | 73.92 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 220 | 98 | 0.19 | 0 | 0.55 | 0.14 | 80.16 | 0.64 | 0.62 |
| Hex | B3 | DC | 62 | 13 | 0 | 37 | E | 50 | 40 | 3E |
| Octal | 263 | 334 | 142 | 23 | 0 | 67 | 16 | 120 | 100 | 76 |
| Binary | 10110011 | 11011100 | 1100010 | 10011 | 0 | 110111 | 1110 | 1010000 | 1000000 | 111110 |
Color Harmonies of #B3DC62
Complementary color
Monochromatic Colors of #B3DC62
Black with #B3DC62
Text Example
Text Example
White with #B3DC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DC62; }
p { color: rgb(179,220,98); }
H1.HeaderClassName
{
color: #B3DC62;
}
.AnyTagClassName
{
color: #B3DC62;
}
</style>
background-color css
<style>
a { background-color: #B3DC62; }
a { background-color: rgb(179,220,98); }
div.DivClassName
{
background-color: #B3DC62;
}
.BgClassName
{
background-color: #B3DC62;
}
</style>
border-color css
<style>
span { border-color: #B3DC62; }
span { border-color: rgb(179,220,98); }
td.TdClassName
{
border-color: #B3DC62;
}
.TagClassName
{
border-color: #B3DC62;
}
</style>