Shades of Pastel Green #74F680
Tints of Pastel Green #74F680
RGB
CMYK
RGB Variations
Color information
#74F680 (or 0x74F680) is known color: Pastel Green. HEX triplet: 74, F6 and 80. RGB value is (116,246,128). Sum of RGB (Red+Green+Blue) = 116+246+128=490 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.67% from 490); Green value is 246 (96.48% from 255 or 50.20% from 490); Blue value is 128 (50.39% from 255 or 26.12% from 490); Max value from RGB is 246 - color contains mainly: green. Hex color #74F680 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F680 is #8B097F. Grayscale: #C2C2C2. Windows color (decimal): -9111936 or 8451700. OLE color: 8451700.
HSL color Cylindrical-coordinate representation of color #74F680: hue angle of 125.54º 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 #74F680 is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 246 | 128 | - |
| CMYK | 0.53 | 0 | 0.48 | 0.04 |
| HSL | 125.54º | 0.88% | 0.71% | - |
| HSV(B) | 125.54º | 0.53% | 0.96% | - |
| XYZ | 44.05 | 71.18 | 31.84 | - |
| YUV | 193.68 | 90.93 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 246 | 128 | 0.53 | 0 | 0.48 | 0.04 | 125.54 | 0.88 | 0.71 |
| Hex | 74 | F6 | 80 | 35 | 0 | 30 | 4 | 7E | 58 | 47 |
| Octal | 164 | 366 | 200 | 65 | 0 | 60 | 4 | 176 | 130 | 107 |
| Binary | 1110100 | 11110110 | 10000000 | 110101 | 0 | 110000 | 100 | 1111110 | 1011000 | 1000111 |
Color Harmonies of #74F680
Complementary color
Monochromatic Colors of #74F680
Black with #74F680
Text Example
Text Example
White with #74F680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F680; }
p { color: rgb(116,246,128); }
H1.HeaderClassName
{
color: #74F680;
}
.AnyTagClassName
{
color: #74F680;
}
</style>
background-color css
<style>
a { background-color: #74F680; }
a { background-color: rgb(116,246,128); }
div.DivClassName
{
background-color: #74F680;
}
.BgClassName
{
background-color: #74F680;
}
</style>
border-color css
<style>
span { border-color: #74F680; }
span { border-color: rgb(116,246,128); }
td.TdClassName
{
border-color: #74F680;
}
.TagClassName
{
border-color: #74F680;
}
</style>