Shades of Pastel Green #74F681
Tints of Pastel Green #74F681
RGB
CMYK
RGB Variations
Color information
#74F681 (or 0x74F681) is known color: Pastel Green. HEX triplet: 74, F6 and 81. RGB value is (116,246,129). Sum of RGB (Red+Green+Blue) = 116+246+129=491 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.63% from 491); Green value is 246 (96.48% from 255 or 50.10% from 491); Blue value is 129 (50.78% from 255 or 26.27% from 491); Max value from RGB is 246 - color contains mainly: green. Hex color #74F681 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F681 is #8B097E. Grayscale: #C2C2C2. Windows color (decimal): -9111935 or 8517236. OLE color: 8517236.
HSL color Cylindrical-coordinate representation of color #74F681: hue angle of 126º degrees, saturation: 0.88, 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 #74F681 is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 246 | 129 | - |
| CMYK | 0.53 | 0 | 0.48 | 0.04 |
| HSL | 126º | 0.88% | 0.71% | - |
| HSV(B) | 126º | 0.53% | 0.96% | - |
| XYZ | 44.12 | 71.21 | 32.19 | - |
| YUV | 193.79 | 91.43 | 72.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 246 | 129 | 0.53 | 0 | 0.48 | 0.04 | 126 | 0.88 | 0.71 |
| Hex | 74 | F6 | 81 | 35 | 0 | 30 | 4 | 7E | 58 | 47 |
| Octal | 164 | 366 | 201 | 65 | 0 | 60 | 4 | 176 | 130 | 107 |
| Binary | 1110100 | 11110110 | 10000001 | 110101 | 0 | 110000 | 100 | 1111110 | 1011000 | 1000111 |
Color Harmonies of #74F681
Complementary color
Monochromatic Colors of #74F681
Black with #74F681
Text Example
Text Example
White with #74F681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F681; }
p { color: rgb(116,246,129); }
H1.HeaderClassName
{
color: #74F681;
}
.AnyTagClassName
{
color: #74F681;
}
</style>
background-color css
<style>
a { background-color: #74F681; }
a { background-color: rgb(116,246,129); }
div.DivClassName
{
background-color: #74F681;
}
.BgClassName
{
background-color: #74F681;
}
</style>
border-color css
<style>
span { border-color: #74F681; }
span { border-color: rgb(116,246,129); }
td.TdClassName
{
border-color: #74F681;
}
.TagClassName
{
border-color: #74F681;
}
</style>