Shades of Light Green #7FF28B
Tints of Light Green #7FF28B
RGB
CMYK
RGB Variations
Color information
#7FF28B (or 0x7FF28B) is known color: Light Green. HEX triplet: 7F, F2 and 8B. RGB value is (127,242,139). Sum of RGB (Red+Green+Blue) = 127+242+139=508 (67% of max value = 765). Red value is 127 (50% from 255 or 25% from 508); Green value is 242 (94.92% from 255 or 47.64% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 242 - color contains mainly: green. Hex color #7FF28B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FF28B is #800D74. Grayscale: #C4C4C4. Windows color (decimal): -8392053 or 9171583. OLE color: 9171583.
HSL color Cylindrical-coordinate representation of color #7FF28B: hue angle of 126.26º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FF28B is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 127 | 242 | 139 | - |
| CMYK | 0.48 | 0 | 0.43 | 0.05 |
| HSL | 126.26º | 0.82% | 0.72% | - |
| HSV(B) | 126.26º | 0.48% | 0.95% | - |
| XYZ | 45.16 | 69.88 | 35.53 | - |
| YUV | 195.87 | 95.9 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 242 | 139 | 0.48 | 0 | 0.43 | 0.05 | 126.26 | 0.82 | 0.72 |
| Hex | 7F | F2 | 8B | 30 | 0 | 2B | 5 | 7E | 52 | 48 |
| Octal | 177 | 362 | 213 | 60 | 0 | 53 | 5 | 176 | 122 | 110 |
| Binary | 1111111 | 11110010 | 10001011 | 110000 | 0 | 101011 | 101 | 1111110 | 1010010 | 1001000 |
Color Harmonies of #7FF28B
Complementary color
Monochromatic Colors of #7FF28B
Black with #7FF28B
Text Example
Text Example
White with #7FF28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF28B; }
p { color: rgb(127,242,139); }
H1.HeaderClassName
{
color: #7FF28B;
}
.AnyTagClassName
{
color: #7FF28B;
}
</style>
background-color css
<style>
a { background-color: #7FF28B; }
a { background-color: rgb(127,242,139); }
div.DivClassName
{
background-color: #7FF28B;
}
.BgClassName
{
background-color: #7FF28B;
}
</style>
border-color css
<style>
span { border-color: #7FF28B; }
span { border-color: rgb(127,242,139); }
td.TdClassName
{
border-color: #7FF28B;
}
.TagClassName
{
border-color: #7FF28B;
}
</style>