Shades of Conifer #B0E265
Tints of Conifer #B0E265
RGB
CMYK
RGB Variations
Color information
#B0E265 (or 0xB0E265) is known color: Conifer. HEX triplet: B0, E2 and 65. RGB value is (176,226,101). Sum of RGB (Red+Green+Blue) = 176+226+101=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 226 (88.67% from 255 or 44.93% from 503); Blue value is 101 (39.84% from 255 or 20.08% from 503); Max value from RGB is 226 - color contains mainly: green. Hex color #B0E265 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E265 is #4F1D9A. Grayscale: #C5C5C5. Windows color (decimal): -5184923 or 6677168. OLE color: 6677168.
HSL color Cylindrical-coordinate representation of color #B0E265: hue angle of 84º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B0E265 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 226 | 101 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.11 |
| HSL | 84º | 0.68% | 0.64% | - |
| HSV(B) | 84º | 0.55% | 0.89% | - |
| XYZ | 47.45 | 64.56 | 22.27 | - |
| YUV | 196.8 | 73.94 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 226 | 101 | 0.22 | 0 | 0.55 | 0.11 | 84 | 0.68 | 0.64 |
| Hex | B0 | E2 | 65 | 16 | 0 | 37 | B | 54 | 44 | 40 |
| Octal | 260 | 342 | 145 | 26 | 0 | 67 | 13 | 124 | 104 | 100 |
| Binary | 10110000 | 11100010 | 1100101 | 10110 | 0 | 110111 | 1011 | 1010100 | 1000100 | 1000000 |
Color Harmonies of #B0E265
Complementary color
Monochromatic Colors of #B0E265
Black with #B0E265
Text Example
Text Example
White with #B0E265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E265; }
p { color: rgb(176,226,101); }
H1.HeaderClassName
{
color: #B0E265;
}
.AnyTagClassName
{
color: #B0E265;
}
</style>
background-color css
<style>
a { background-color: #B0E265; }
a { background-color: rgb(176,226,101); }
div.DivClassName
{
background-color: #B0E265;
}
.BgClassName
{
background-color: #B0E265;
}
</style>
border-color css
<style>
span { border-color: #B0E265; }
span { border-color: rgb(176,226,101); }
td.TdClassName
{
border-color: #B0E265;
}
.TagClassName
{
border-color: #B0E265;
}
</style>