Shades of Conifer #B3DD40
Tints of Conifer #B3DD40
RGB
CMYK
RGB Variations
Color information
#B3DD40 (or 0xB3DD40) is known color: Conifer. HEX triplet: B3, DD and 40. RGB value is (179,221,64). Sum of RGB (Red+Green+Blue) = 179+221+64=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 64 (25.39% from 255 or 13.79% from 464); Max value from RGB is 221 - color contains mainly: green. Hex color #B3DD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3DD40 is #4C22BF. Grayscale: #BFBFBF. Windows color (decimal): -4989632 or 4251059. OLE color: 4251059.
HSL color Cylindrical-coordinate representation of color #B3DD40: hue angle of 76.05º degrees, saturation: 0.7, 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 #B3DD40 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 221 | 64 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.13 |
| HSL | 76.05º | 0.7% | 0.56% | - |
| HSV(B) | 76.05º | 0.71% | 0.87% | - |
| XYZ | 45.37 | 61.67 | 14.36 | - |
| YUV | 190.54 | 56.59 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 221 | 64 | 0.19 | 0 | 0.71 | 0.13 | 76.05 | 0.7 | 0.56 |
| Hex | B3 | DD | 40 | 13 | 0 | 47 | D | 4C | 46 | 38 |
| Octal | 263 | 335 | 100 | 23 | 0 | 107 | 15 | 114 | 106 | 70 |
| Binary | 10110011 | 11011101 | 1000000 | 10011 | 0 | 1000111 | 1101 | 1001100 | 1000110 | 111000 |
Color Harmonies of #B3DD40
Complementary color
Monochromatic Colors of #B3DD40
Black with #B3DD40
Text Example
Text Example
White with #B3DD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DD40; }
p { color: rgb(179,221,64); }
H1.HeaderClassName
{
color: #B3DD40;
}
.AnyTagClassName
{
color: #B3DD40;
}
</style>
background-color css
<style>
a { background-color: #B3DD40; }
a { background-color: rgb(179,221,64); }
div.DivClassName
{
background-color: #B3DD40;
}
.BgClassName
{
background-color: #B3DD40;
}
</style>
border-color css
<style>
span { border-color: #B3DD40; }
span { border-color: rgb(179,221,64); }
td.TdClassName
{
border-color: #B3DD40;
}
.TagClassName
{
border-color: #B3DD40;
}
</style>