Shades of Conifer #B0E348
Tints of Conifer #B0E348
RGB
CMYK
RGB Variations
Color information
#B0E348 (or 0xB0E348) is known color: Conifer. HEX triplet: B0, E3 and 48. RGB value is (176,227,72). Sum of RGB (Red+Green+Blue) = 176+227+72=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 227 (89.06% from 255 or 47.79% from 475); Blue value is 72 (28.52% from 255 or 15.16% from 475); Max value from RGB is 227 - color contains mainly: green. Hex color #B0E348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0E348 is #4F1CB7. Grayscale: #C2C2C2. Windows color (decimal): -5184696 or 4776880. OLE color: 4776880.
HSL color Cylindrical-coordinate representation of color #B0E348: hue angle of 79.74º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B0E348 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 227 | 72 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.11 |
| HSL | 79.74º | 0.73% | 0.59% | - |
| HSV(B) | 79.74º | 0.68% | 0.89% | - |
| XYZ | 46.54 | 64.64 | 16.15 | - |
| YUV | 194.08 | 59.1 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 227 | 72 | 0.22 | 0 | 0.68 | 0.11 | 79.74 | 0.73 | 0.59 |
| Hex | B0 | E3 | 48 | 16 | 0 | 44 | B | 50 | 49 | 3B |
| Octal | 260 | 343 | 110 | 26 | 0 | 104 | 13 | 120 | 111 | 73 |
| Binary | 10110000 | 11100011 | 1001000 | 10110 | 0 | 1000100 | 1011 | 1010000 | 1001001 | 111011 |
Color Harmonies of #B0E348
Complementary color
Monochromatic Colors of #B0E348
Black with #B0E348
Text Example
Text Example
White with #B0E348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E348; }
p { color: rgb(176,227,72); }
H1.HeaderClassName
{
color: #B0E348;
}
.AnyTagClassName
{
color: #B0E348;
}
</style>
background-color css
<style>
a { background-color: #B0E348; }
a { background-color: rgb(176,227,72); }
div.DivClassName
{
background-color: #B0E348;
}
.BgClassName
{
background-color: #B0E348;
}
</style>
border-color css
<style>
span { border-color: #B0E348; }
span { border-color: rgb(176,227,72); }
td.TdClassName
{
border-color: #B0E348;
}
.TagClassName
{
border-color: #B0E348;
}
</style>