Shades of Pastel Green #74F482
Tints of Pastel Green #74F482
RGB
CMYK
RGB Variations
Color information
#74F482 (or 0x74F482) is known color: Pastel Green. HEX triplet: 74, F4 and 82. RGB value is (116,244,130). Sum of RGB (Red+Green+Blue) = 116+244+130=490 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.67% from 490); Green value is 244 (95.70% from 255 or 49.80% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 244 - color contains mainly: green. Hex color #74F482 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F482 is #8B0B7D. Grayscale: #C1C1C1. Windows color (decimal): -9112446 or 8582260. OLE color: 8582260.
HSL color Cylindrical-coordinate representation of color #74F482: hue angle of 126.56º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F482 is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 244 | 130 | - |
| CMYK | 0.52 | 0 | 0.47 | 0.04 |
| HSL | 126.56º | 0.85% | 0.71% | - |
| HSV(B) | 126.56º | 0.52% | 0.96% | - |
| XYZ | 43.58 | 70.03 | 32.34 | - |
| YUV | 192.73 | 92.59 | 73.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 244 | 130 | 0.52 | 0 | 0.47 | 0.04 | 126.56 | 0.85 | 0.71 |
| Hex | 74 | F4 | 82 | 34 | 0 | 2F | 4 | 7F | 55 | 47 |
| Octal | 164 | 364 | 202 | 64 | 0 | 57 | 4 | 177 | 125 | 107 |
| Binary | 1110100 | 11110100 | 10000010 | 110100 | 0 | 101111 | 100 | 1111111 | 1010101 | 1000111 |
Color Harmonies of #74F482
Complementary color
Monochromatic Colors of #74F482
Black with #74F482
Text Example
Text Example
White with #74F482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F482; }
p { color: rgb(116,244,130); }
H1.HeaderClassName
{
color: #74F482;
}
.AnyTagClassName
{
color: #74F482;
}
</style>
background-color css
<style>
a { background-color: #74F482; }
a { background-color: rgb(116,244,130); }
div.DivClassName
{
background-color: #74F482;
}
.BgClassName
{
background-color: #74F482;
}
</style>
border-color css
<style>
span { border-color: #74F482; }
span { border-color: rgb(116,244,130); }
td.TdClassName
{
border-color: #74F482;
}
.TagClassName
{
border-color: #74F482;
}
</style>