Shades of Conifer #B3DE40
Tints of Conifer #B3DE40
RGB
CMYK
RGB Variations
Color information
#B3DE40 (or 0xB3DE40) is known color: Conifer. HEX triplet: B3, DE and 40. RGB value is (179,222,64). Sum of RGB (Red+Green+Blue) = 179+222+64=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 222 (87.11% from 255 or 47.74% from 465); Blue value is 64 (25.39% from 255 or 13.76% from 465); Max value from RGB is 222 - color contains mainly: green. Hex color #B3DE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3DE40 is #4C21BF. Grayscale: #BFBFBF. Windows color (decimal): -4989376 or 4251315. OLE color: 4251315.
HSL color Cylindrical-coordinate representation of color #B3DE40: hue angle of 76.33º degrees, saturation: 0.71, 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 #B3DE40 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 222 | 64 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.13 |
| HSL | 76.33º | 0.71% | 0.56% | - |
| HSV(B) | 76.33º | 0.71% | 0.87% | - |
| XYZ | 45.64 | 62.2 | 14.45 | - |
| YUV | 191.13 | 56.25 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 222 | 64 | 0.19 | 0 | 0.71 | 0.13 | 76.33 | 0.71 | 0.56 |
| Hex | B3 | DE | 40 | 13 | 0 | 47 | D | 4C | 47 | 38 |
| Octal | 263 | 336 | 100 | 23 | 0 | 107 | 15 | 114 | 107 | 70 |
| Binary | 10110011 | 11011110 | 1000000 | 10011 | 0 | 1000111 | 1101 | 1001100 | 1000111 | 111000 |
Color Harmonies of #B3DE40
Complementary color
Monochromatic Colors of #B3DE40
Black with #B3DE40
Text Example
Text Example
White with #B3DE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DE40; }
p { color: rgb(179,222,64); }
H1.HeaderClassName
{
color: #B3DE40;
}
.AnyTagClassName
{
color: #B3DE40;
}
</style>
background-color css
<style>
a { background-color: #B3DE40; }
a { background-color: rgb(179,222,64); }
div.DivClassName
{
background-color: #B3DE40;
}
.BgClassName
{
background-color: #B3DE40;
}
</style>
border-color css
<style>
span { border-color: #B3DE40; }
span { border-color: rgb(179,222,64); }
td.TdClassName
{
border-color: #B3DE40;
}
.TagClassName
{
border-color: #B3DE40;
}
</style>