Shades of Bay Leaf #70BF85
Tints of Bay Leaf #70BF85
RGB
CMYK
RGB Variations
Color information
#70BF85 (or 0x70BF85) is known color: Bay Leaf. HEX triplet: 70, BF and 85. RGB value is (112,191,133). Sum of RGB (Red+Green+Blue) = 112+191+133=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 191 (75% from 255 or 43.81% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 191 - color contains mainly: green. Hex color #70BF85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BF85 is #8F407A. Grayscale: #A0A0A0. Windows color (decimal): -9388155 or 8765296. OLE color: 8765296.
HSL color Cylindrical-coordinate representation of color #70BF85: hue angle of 135.95º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BF85 is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 191 | 133 | - |
| CMYK | 0.41 | 0 | 0.30 | 0.25 |
| HSL | 135.95º | 0.38% | 0.59% | - |
| HSV(B) | 135.95º | 0.41% | 0.75% | - |
| XYZ | 29.55 | 42.4 | 28.82 | - |
| YUV | 160.77 | 112.33 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 191 | 133 | 0.41 | 0 | 0.30 | 0.25 | 135.95 | 0.38 | 0.59 |
| Hex | 70 | BF | 85 | 29 | 0 | 1E | 19 | 88 | 26 | 3B |
| Octal | 160 | 277 | 205 | 51 | 0 | 36 | 31 | 210 | 46 | 73 |
| Binary | 1110000 | 10111111 | 10000101 | 101001 | 0 | 11110 | 11001 | 10001000 | 100110 | 111011 |
Color Harmonies of #70BF85
Complementary color
Monochromatic Colors of #70BF85
Black with #70BF85
Text Example
Text Example
White with #70BF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BF85; }
p { color: rgb(112,191,133); }
H1.HeaderClassName
{
color: #70BF85;
}
.AnyTagClassName
{
color: #70BF85;
}
</style>
background-color css
<style>
a { background-color: #70BF85; }
a { background-color: rgb(112,191,133); }
div.DivClassName
{
background-color: #70BF85;
}
.BgClassName
{
background-color: #70BF85;
}
</style>
border-color css
<style>
span { border-color: #70BF85; }
span { border-color: rgb(112,191,133); }
td.TdClassName
{
border-color: #70BF85;
}
.TagClassName
{
border-color: #70BF85;
}
</style>