Shades of Bay Leaf #70C285
Tints of Bay Leaf #70C285
RGB
CMYK
RGB Variations
Color information
#70C285 (or 0x70C285) is known color: Bay Leaf. HEX triplet: 70, C2 and 85. RGB value is (112,194,133). Sum of RGB (Red+Green+Blue) = 112+194+133=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 194 (76.17% from 255 or 44.19% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 194 - color contains mainly: green. Hex color #70C285 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C285 is #8F3D7A. Grayscale: #A2A2A2. Windows color (decimal): -9387387 or 8766064. OLE color: 8766064.
HSL color Cylindrical-coordinate representation of color #70C285: hue angle of 135.37º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70C285 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 194 | 133 | - |
| CMYK | 0.42 | 0 | 0.31 | 0.24 |
| HSL | 135.37º | 0.4% | 0.6% | - |
| HSV(B) | 135.37º | 0.42% | 0.76% | - |
| XYZ | 30.21 | 43.72 | 29.04 | - |
| YUV | 162.53 | 111.33 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 194 | 133 | 0.42 | 0 | 0.31 | 0.24 | 135.37 | 0.4 | 0.6 |
| Hex | 70 | C2 | 85 | 2A | 0 | 1F | 18 | 87 | 28 | 3C |
| Octal | 160 | 302 | 205 | 52 | 0 | 37 | 30 | 207 | 50 | 74 |
| Binary | 1110000 | 11000010 | 10000101 | 101010 | 0 | 11111 | 11000 | 10000111 | 101000 | 111100 |
Color Harmonies of #70C285
Complementary color
Monochromatic Colors of #70C285
Black with #70C285
Text Example
Text Example
White with #70C285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C285; }
p { color: rgb(112,194,133); }
H1.HeaderClassName
{
color: #70C285;
}
.AnyTagClassName
{
color: #70C285;
}
</style>
background-color css
<style>
a { background-color: #70C285; }
a { background-color: rgb(112,194,133); }
div.DivClassName
{
background-color: #70C285;
}
.BgClassName
{
background-color: #70C285;
}
</style>
border-color css
<style>
span { border-color: #70C285; }
span { border-color: rgb(112,194,133); }
td.TdClassName
{
border-color: #70C285;
}
.TagClassName
{
border-color: #70C285;
}
</style>