Shades of Conifer #B3DA40
Tints of Conifer #B3DA40
RGB
CMYK
RGB Variations
Color information
#B3DA40 (or 0xB3DA40) is known color: Conifer. HEX triplet: B3, DA and 40. RGB value is (179,218,64). Sum of RGB (Red+Green+Blue) = 179+218+64=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 64 (25.39% from 255 or 13.88% from 461); Max value from RGB is 218 - color contains mainly: green. Hex color #B3DA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3DA40 is #4C25BF. Grayscale: #BDBDBD. Windows color (decimal): -4990400 or 4250291. OLE color: 4250291.
HSL color Cylindrical-coordinate representation of color #B3DA40: hue angle of 75.19º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B3DA40 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 218 | 64 | - |
| CMYK | 0.18 | 0 | 0.71 | 0.15 |
| HSL | 75.19º | 0.68% | 0.55% | - |
| HSV(B) | 75.19º | 0.71% | 0.85% | - |
| XYZ | 44.59 | 60.1 | 14.1 | - |
| YUV | 188.78 | 57.58 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 218 | 64 | 0.18 | 0 | 0.71 | 0.15 | 75.19 | 0.68 | 0.55 |
| Hex | B3 | DA | 40 | 12 | 0 | 47 | F | 4B | 44 | 37 |
| Octal | 263 | 332 | 100 | 22 | 0 | 107 | 17 | 113 | 104 | 67 |
| Binary | 10110011 | 11011010 | 1000000 | 10010 | 0 | 1000111 | 1111 | 1001011 | 1000100 | 110111 |
Color Harmonies of #B3DA40
Complementary color
Monochromatic Colors of #B3DA40
Black with #B3DA40
Text Example
Text Example
White with #B3DA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DA40; }
p { color: rgb(179,218,64); }
H1.HeaderClassName
{
color: #B3DA40;
}
.AnyTagClassName
{
color: #B3DA40;
}
</style>
background-color css
<style>
a { background-color: #B3DA40; }
a { background-color: rgb(179,218,64); }
div.DivClassName
{
background-color: #B3DA40;
}
.BgClassName
{
background-color: #B3DA40;
}
</style>
border-color css
<style>
span { border-color: #B3DA40; }
span { border-color: rgb(179,218,64); }
td.TdClassName
{
border-color: #B3DA40;
}
.TagClassName
{
border-color: #B3DA40;
}
</style>