Shades of Pastel Green #74F584
Tints of Pastel Green #74F584
RGB
CMYK
RGB Variations
Color information
#74F584 (or 0x74F584) is known color: Pastel Green. HEX triplet: 74, F5 and 84. RGB value is (116,245,132). Sum of RGB (Red+Green+Blue) = 116+245+132=493 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.53% from 493); Green value is 245 (96.09% from 255 or 49.70% from 493); Blue value is 132 (51.95% from 255 or 26.77% from 493); Max value from RGB is 245 - color contains mainly: green. Hex color #74F584 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F584 is #8B0A7B. Grayscale: #C1C1C1. Windows color (decimal): -9112188 or 8713588. OLE color: 8713588.
HSL color Cylindrical-coordinate representation of color #74F584: hue angle of 127.44º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74F584 is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 245 | 132 | - |
| CMYK | 0.53 | 0 | 0.46 | 0.04 |
| HSL | 127.44º | 0.87% | 0.71% | - |
| HSV(B) | 127.44º | 0.53% | 0.96% | - |
| XYZ | 44.02 | 70.68 | 33.15 | - |
| YUV | 193.55 | 93.26 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 245 | 132 | 0.53 | 0 | 0.46 | 0.04 | 127.44 | 0.87 | 0.71 |
| Hex | 74 | F5 | 84 | 35 | 0 | 2E | 4 | 7F | 57 | 47 |
| Octal | 164 | 365 | 204 | 65 | 0 | 56 | 4 | 177 | 127 | 107 |
| Binary | 1110100 | 11110101 | 10000100 | 110101 | 0 | 101110 | 100 | 1111111 | 1010111 | 1000111 |
Color Harmonies of #74F584
Complementary color
Monochromatic Colors of #74F584
Black with #74F584
Text Example
Text Example
White with #74F584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F584; }
p { color: rgb(116,245,132); }
H1.HeaderClassName
{
color: #74F584;
}
.AnyTagClassName
{
color: #74F584;
}
</style>
background-color css
<style>
a { background-color: #74F584; }
a { background-color: rgb(116,245,132); }
div.DivClassName
{
background-color: #74F584;
}
.BgClassName
{
background-color: #74F584;
}
</style>
border-color css
<style>
span { border-color: #74F584; }
span { border-color: rgb(116,245,132); }
td.TdClassName
{
border-color: #74F584;
}
.TagClassName
{
border-color: #74F584;
}
</style>