Shades of Conifer #B3E465
Tints of Conifer #B3E465
RGB
CMYK
RGB Variations
Color information
#B3E465 (or 0xB3E465) is known color: Conifer. HEX triplet: B3, E4 and 65. RGB value is (179,228,101). Sum of RGB (Red+Green+Blue) = 179+228+101=508 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.24% from 508); Green value is 228 (89.45% from 255 or 44.88% from 508); Blue value is 101 (39.84% from 255 or 19.88% from 508); Max value from RGB is 228 - color contains mainly: green. Hex color #B3E465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3E465 is #4C1B9A. Grayscale: #C7C7C7. Windows color (decimal): -4987803 or 6677683. OLE color: 6677683.
HSL color Cylindrical-coordinate representation of color #B3E465: hue angle of 83.15º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B3E465 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 179 | 228 | 101 | - |
| CMYK | 0.21 | 0 | 0.56 | 0.11 |
| HSL | 83.15º | 0.7% | 0.65% | - |
| HSV(B) | 83.15º | 0.56% | 0.89% | - |
| XYZ | 48.68 | 66.01 | 22.49 | - |
| YUV | 198.87 | 72.77 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 228 | 101 | 0.21 | 0 | 0.56 | 0.11 | 83.15 | 0.7 | 0.65 |
| Hex | B3 | E4 | 65 | 15 | 0 | 38 | B | 53 | 46 | 41 |
| Octal | 263 | 344 | 145 | 25 | 0 | 70 | 13 | 123 | 106 | 101 |
| Binary | 10110011 | 11100100 | 1100101 | 10101 | 0 | 111000 | 1011 | 1010011 | 1000110 | 1000001 |
Color Harmonies of #B3E465
Complementary color
Monochromatic Colors of #B3E465
Black with #B3E465
Text Example
Text Example
White with #B3E465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E465; }
p { color: rgb(179,228,101); }
H1.HeaderClassName
{
color: #B3E465;
}
.AnyTagClassName
{
color: #B3E465;
}
</style>
background-color css
<style>
a { background-color: #B3E465; }
a { background-color: rgb(179,228,101); }
div.DivClassName
{
background-color: #B3E465;
}
.BgClassName
{
background-color: #B3E465;
}
</style>
border-color css
<style>
span { border-color: #B3E465; }
span { border-color: rgb(179,228,101); }
td.TdClassName
{
border-color: #B3E465;
}
.TagClassName
{
border-color: #B3E465;
}
</style>