Shades of Bay Leaf #74C285
Tints of Bay Leaf #74C285
RGB
CMYK
RGB Variations
Color information
#74C285 (or 0x74C285) is known color: Bay Leaf. HEX triplet: 74, C2 and 85. RGB value is (116,194,133). Sum of RGB (Red+Green+Blue) = 116+194+133=443 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.19% from 443); Green value is 194 (76.17% from 255 or 43.79% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 194 - color contains mainly: green. Hex color #74C285 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C285 is #8B3D7A. Grayscale: #A3A3A3. Windows color (decimal): -9125243 or 8766068. OLE color: 8766068.
HSL color Cylindrical-coordinate representation of color #74C285: hue angle of 133.08º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74C285 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 194 | 133 | - |
| CMYK | 0.40 | 0 | 0.31 | 0.24 |
| HSL | 133.08º | 0.39% | 0.61% | - |
| HSV(B) | 133.08º | 0.4% | 0.76% | - |
| XYZ | 30.73 | 43.99 | 29.06 | - |
| YUV | 163.72 | 110.66 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 194 | 133 | 0.40 | 0 | 0.31 | 0.24 | 133.08 | 0.39 | 0.61 |
| Hex | 74 | C2 | 85 | 28 | 0 | 1F | 18 | 85 | 27 | 3D |
| Octal | 164 | 302 | 205 | 50 | 0 | 37 | 30 | 205 | 47 | 75 |
| Binary | 1110100 | 11000010 | 10000101 | 101000 | 0 | 11111 | 11000 | 10000101 | 100111 | 111101 |
Color Harmonies of #74C285
Complementary color
Monochromatic Colors of #74C285
Black with #74C285
Text Example
Text Example
White with #74C285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C285; }
p { color: rgb(116,194,133); }
H1.HeaderClassName
{
color: #74C285;
}
.AnyTagClassName
{
color: #74C285;
}
</style>
background-color css
<style>
a { background-color: #74C285; }
a { background-color: rgb(116,194,133); }
div.DivClassName
{
background-color: #74C285;
}
.BgClassName
{
background-color: #74C285;
}
</style>
border-color css
<style>
span { border-color: #74C285; }
span { border-color: rgb(116,194,133); }
td.TdClassName
{
border-color: #74C285;
}
.TagClassName
{
border-color: #74C285;
}
</style>