Shades of Bay Leaf #74C284
Tints of Bay Leaf #74C284
RGB
CMYK
RGB Variations
Color information
#74C284 (or 0x74C284) is known color: Bay Leaf. HEX triplet: 74, C2 and 84. RGB value is (116,194,132). Sum of RGB (Red+Green+Blue) = 116+194+132=442 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.24% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 132 (51.95% from 255 or 29.86% from 442); Max value from RGB is 194 - color contains mainly: green. Hex color #74C284 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C284 is #8B3D7B. Grayscale: #A3A3A3. Windows color (decimal): -9125244 or 8700532. OLE color: 8700532.
HSL color Cylindrical-coordinate representation of color #74C284: hue angle of 132.31º 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 #74C284 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 194 | 132 | - |
| CMYK | 0.40 | 0 | 0.32 | 0.24 |
| HSL | 132.31º | 0.39% | 0.61% | - |
| HSV(B) | 132.31º | 0.4% | 0.76% | - |
| XYZ | 30.66 | 43.96 | 28.7 | - |
| YUV | 163.61 | 110.16 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 194 | 132 | 0.40 | 0 | 0.32 | 0.24 | 132.31 | 0.39 | 0.61 |
| Hex | 74 | C2 | 84 | 28 | 0 | 20 | 18 | 84 | 27 | 3D |
| Octal | 164 | 302 | 204 | 50 | 0 | 40 | 30 | 204 | 47 | 75 |
| Binary | 1110100 | 11000010 | 10000100 | 101000 | 0 | 100000 | 11000 | 10000100 | 100111 | 111101 |
Color Harmonies of #74C284
Complementary color
Monochromatic Colors of #74C284
Black with #74C284
Text Example
Text Example
White with #74C284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C284; }
p { color: rgb(116,194,132); }
H1.HeaderClassName
{
color: #74C284;
}
.AnyTagClassName
{
color: #74C284;
}
</style>
background-color css
<style>
a { background-color: #74C284; }
a { background-color: rgb(116,194,132); }
div.DivClassName
{
background-color: #74C284;
}
.BgClassName
{
background-color: #74C284;
}
</style>
border-color css
<style>
span { border-color: #74C284; }
span { border-color: rgb(116,194,132); }
td.TdClassName
{
border-color: #74C284;
}
.TagClassName
{
border-color: #74C284;
}
</style>