Shades of Pastel Green #7FF074
Tints of Pastel Green #7FF074
RGB
CMYK
RGB Variations
Color information
#7FF074 (or 0x7FF074) is known color: Pastel Green. HEX triplet: 7F, F0 and 74. RGB value is (127,240,116). Sum of RGB (Red+Green+Blue) = 127+240+116=483 (63% of max value = 765). Red value is 127 (50% from 255 or 26.29% from 483); Green value is 240 (94.14% from 255 or 49.69% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 240 - color contains mainly: green. Hex color #7FF074 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FF074 is #800F8B. Grayscale: #C0C0C0. Windows color (decimal): -8392588 or 7663743. OLE color: 7663743.
HSL color Cylindrical-coordinate representation of color #7FF074: hue angle of 114.68º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7FF074 is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 127 | 240 | 116 | - |
| CMYK | 0.47 | 0 | 0.52 | 0.06 |
| HSL | 114.68º | 0.81% | 0.7% | - |
| HSV(B) | 114.68º | 0.52% | 0.94% | - |
| XYZ | 43.06 | 68.09 | 27.4 | - |
| YUV | 192.08 | 85.06 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 240 | 116 | 0.47 | 0 | 0.52 | 0.06 | 114.68 | 0.81 | 0.7 |
| Hex | 7F | F0 | 74 | 2F | 0 | 34 | 6 | 73 | 51 | 46 |
| Octal | 177 | 360 | 164 | 57 | 0 | 64 | 6 | 163 | 121 | 106 |
| Binary | 1111111 | 11110000 | 1110100 | 101111 | 0 | 110100 | 110 | 1110011 | 1010001 | 1000110 |
Color Harmonies of #7FF074
Complementary color
Monochromatic Colors of #7FF074
Black with #7FF074
Text Example
Text Example
White with #7FF074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF074; }
p { color: rgb(127,240,116); }
H1.HeaderClassName
{
color: #7FF074;
}
.AnyTagClassName
{
color: #7FF074;
}
</style>
background-color css
<style>
a { background-color: #7FF074; }
a { background-color: rgb(127,240,116); }
div.DivClassName
{
background-color: #7FF074;
}
.BgClassName
{
background-color: #7FF074;
}
</style>
border-color css
<style>
span { border-color: #7FF074; }
span { border-color: rgb(127,240,116); }
td.TdClassName
{
border-color: #7FF074;
}
.TagClassName
{
border-color: #7FF074;
}
</style>