Shades of Conifer #B3E066
Tints of Conifer #B3E066
RGB
CMYK
RGB Variations
Color information
#B3E066 (or 0xB3E066) is known color: Conifer. HEX triplet: B3, E0 and 66. RGB value is (179,224,102). Sum of RGB (Red+Green+Blue) = 179+224+102=505 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.45% from 505); Green value is 224 (87.89% from 255 or 44.36% from 505); Blue value is 102 (40.23% from 255 or 20.20% from 505); Max value from RGB is 224 - color contains mainly: green. Hex color #B3E066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3E066 is #4C1F99. Grayscale: #C5C5C5. Windows color (decimal): -4988826 or 6742195. OLE color: 6742195.
HSL color Cylindrical-coordinate representation of color #B3E066: hue angle of 82.13º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B3E066 is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 224 | 102 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.12 |
| HSL | 82.13º | 0.66% | 0.64% | - |
| HSV(B) | 82.13º | 0.54% | 0.88% | - |
| XYZ | 47.64 | 63.85 | 22.38 | - |
| YUV | 196.64 | 74.59 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 224 | 102 | 0.20 | 0 | 0.54 | 0.12 | 82.13 | 0.66 | 0.64 |
| Hex | B3 | E0 | 66 | 14 | 0 | 36 | C | 52 | 42 | 40 |
| Octal | 263 | 340 | 146 | 24 | 0 | 66 | 14 | 122 | 102 | 100 |
| Binary | 10110011 | 11100000 | 1100110 | 10100 | 0 | 110110 | 1100 | 1010010 | 1000010 | 1000000 |
Color Harmonies of #B3E066
Complementary color
Monochromatic Colors of #B3E066
Black with #B3E066
Text Example
Text Example
White with #B3E066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E066; }
p { color: rgb(179,224,102); }
H1.HeaderClassName
{
color: #B3E066;
}
.AnyTagClassName
{
color: #B3E066;
}
</style>
background-color css
<style>
a { background-color: #B3E066; }
a { background-color: rgb(179,224,102); }
div.DivClassName
{
background-color: #B3E066;
}
.BgClassName
{
background-color: #B3E066;
}
</style>
border-color css
<style>
span { border-color: #B3E066; }
span { border-color: rgb(179,224,102); }
td.TdClassName
{
border-color: #B3E066;
}
.TagClassName
{
border-color: #B3E066;
}
</style>