Shades of Light Green #7FFD85
Tints of Light Green #7FFD85
RGB
CMYK
RGB Variations
Color information
#7FFD85 (or 0x7FFD85) is known color: Light Green. HEX triplet: 7F, FD and 85. RGB value is (127,253,133). Sum of RGB (Red+Green+Blue) = 127+253+133=513 (67% of max value = 765). Red value is 127 (50% from 255 or 24.76% from 513); Green value is 253 (99.22% from 255 or 49.32% from 513); Blue value is 133 (52.34% from 255 or 25.93% from 513); Max value from RGB is 253 - color contains mainly: green. Hex color #7FFD85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FFD85 is #80027A. Grayscale: #C9C9C9. Windows color (decimal): -8389243 or 8781183. OLE color: 8781183.
HSL color Cylindrical-coordinate representation of color #7FFD85: hue angle of 122.86º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FFD85 is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 253 | 133 | - |
| CMYK | 0.50 | 0 | 0.47 | 0.01 |
| HSL | 122.86º | 0.97% | 0.75% | - |
| HSV(B) | 122.86º | 0.5% | 0.99% | - |
| XYZ | 48.11 | 76.46 | 34.41 | - |
| YUV | 201.65 | 89.26 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 253 | 133 | 0.50 | 0 | 0.47 | 0.01 | 122.86 | 0.97 | 0.75 |
| Hex | 7F | FD | 85 | 32 | 0 | 2F | 1 | 7B | 61 | 4B |
| Octal | 177 | 375 | 205 | 62 | 0 | 57 | 1 | 173 | 141 | 113 |
| Binary | 1111111 | 11111101 | 10000101 | 110010 | 0 | 101111 | 1 | 1111011 | 1100001 | 1001011 |
Color Harmonies of #7FFD85
Complementary color
Monochromatic Colors of #7FFD85
Black with #7FFD85
Text Example
Text Example
White with #7FFD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFD85; }
p { color: rgb(127,253,133); }
H1.HeaderClassName
{
color: #7FFD85;
}
.AnyTagClassName
{
color: #7FFD85;
}
</style>
background-color css
<style>
a { background-color: #7FFD85; }
a { background-color: rgb(127,253,133); }
div.DivClassName
{
background-color: #7FFD85;
}
.BgClassName
{
background-color: #7FFD85;
}
</style>
border-color css
<style>
span { border-color: #7FFD85; }
span { border-color: rgb(127,253,133); }
td.TdClassName
{
border-color: #7FFD85;
}
.TagClassName
{
border-color: #7FFD85;
}
</style>