Shades of Conifer #B0E353
Tints of Conifer #B0E353
RGB
CMYK
RGB Variations
Color information
#B0E353 (or 0xB0E353) is known color: Conifer. HEX triplet: B0, E3 and 53. RGB value is (176,227,83). Sum of RGB (Red+Green+Blue) = 176+227+83=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 227 (89.06% from 255 or 46.71% from 486); Blue value is 83 (32.81% from 255 or 17.08% from 486); Max value from RGB is 227 - color contains mainly: green. Hex color #B0E353 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E353 is #4F1CAC. Grayscale: #C3C3C3. Windows color (decimal): -5184685 or 5497776. OLE color: 5497776.
HSL color Cylindrical-coordinate representation of color #B0E353: hue angle of 81.25º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B0E353 is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 227 | 83 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.11 |
| HSL | 81.25º | 0.72% | 0.61% | - |
| HSV(B) | 81.25º | 0.63% | 0.89% | - |
| XYZ | 46.93 | 64.79 | 18.22 | - |
| YUV | 195.34 | 64.6 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 227 | 83 | 0.22 | 0 | 0.63 | 0.11 | 81.25 | 0.72 | 0.61 |
| Hex | B0 | E3 | 53 | 16 | 0 | 3F | B | 51 | 48 | 3D |
| Octal | 260 | 343 | 123 | 26 | 0 | 77 | 13 | 121 | 110 | 75 |
| Binary | 10110000 | 11100011 | 1010011 | 10110 | 0 | 111111 | 1011 | 1010001 | 1001000 | 111101 |
Color Harmonies of #B0E353
Complementary color
Monochromatic Colors of #B0E353
Black with #B0E353
Text Example
Text Example
White with #B0E353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E353; }
p { color: rgb(176,227,83); }
H1.HeaderClassName
{
color: #B0E353;
}
.AnyTagClassName
{
color: #B0E353;
}
</style>
background-color css
<style>
a { background-color: #B0E353; }
a { background-color: rgb(176,227,83); }
div.DivClassName
{
background-color: #B0E353;
}
.BgClassName
{
background-color: #B0E353;
}
</style>
border-color css
<style>
span { border-color: #B0E353; }
span { border-color: rgb(176,227,83); }
td.TdClassName
{
border-color: #B0E353;
}
.TagClassName
{
border-color: #B0E353;
}
</style>