Shades of Pastel Green #7FF375
Tints of Pastel Green #7FF375
RGB
CMYK
RGB Variations
Color information
#7FF375 (or 0x7FF375) is known color: Pastel Green. HEX triplet: 7F, F3 and 75. RGB value is (127,243,117). Sum of RGB (Red+Green+Blue) = 127+243+117=487 (64% of max value = 765). Red value is 127 (50% from 255 or 26.08% from 487); Green value is 243 (95.31% from 255 or 49.90% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 243 - color contains mainly: green. Hex color #7FF375 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FF375 is #800C8A. Grayscale: #C2C2C2. Windows color (decimal): -8391819 or 7730047. OLE color: 7730047.
HSL color Cylindrical-coordinate representation of color #7FF375: hue angle of 115.24º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7FF375 is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 127 | 243 | 117 | - |
| CMYK | 0.48 | 0 | 0.52 | 0.05 |
| HSL | 115.24º | 0.84% | 0.71% | - |
| HSV(B) | 115.24º | 0.52% | 0.95% | - |
| XYZ | 44.01 | 69.9 | 28 | - |
| YUV | 193.95 | 84.57 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 243 | 117 | 0.48 | 0 | 0.52 | 0.05 | 115.24 | 0.84 | 0.71 |
| Hex | 7F | F3 | 75 | 30 | 0 | 34 | 5 | 73 | 54 | 47 |
| Octal | 177 | 363 | 165 | 60 | 0 | 64 | 5 | 163 | 124 | 107 |
| Binary | 1111111 | 11110011 | 1110101 | 110000 | 0 | 110100 | 101 | 1110011 | 1010100 | 1000111 |
Color Harmonies of #7FF375
Complementary color
Monochromatic Colors of #7FF375
Black with #7FF375
Text Example
Text Example
White with #7FF375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF375; }
p { color: rgb(127,243,117); }
H1.HeaderClassName
{
color: #7FF375;
}
.AnyTagClassName
{
color: #7FF375;
}
</style>
background-color css
<style>
a { background-color: #7FF375; }
a { background-color: rgb(127,243,117); }
div.DivClassName
{
background-color: #7FF375;
}
.BgClassName
{
background-color: #7FF375;
}
</style>
border-color css
<style>
span { border-color: #7FF375; }
span { border-color: rgb(127,243,117); }
td.TdClassName
{
border-color: #7FF375;
}
.TagClassName
{
border-color: #7FF375;
}
</style>