Shades of Light Green #74F28F
Tints of Light Green #74F28F
RGB
CMYK
RGB Variations
Color information
#74F28F (or 0x74F28F) is known color: Light Green. HEX triplet: 74, F2 and 8F. RGB value is (116,242,143). Sum of RGB (Red+Green+Blue) = 116+242+143=501 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.15% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 242 - color contains mainly: green. Hex color #74F28F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F28F is #8B0D70. Grayscale: #C1C1C1. Windows color (decimal): -9112945 or 9433716. OLE color: 9433716.
HSL color Cylindrical-coordinate representation of color #74F28F: hue angle of 132.86º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F28F is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 242 | 143 | - |
| CMYK | 0.52 | 0 | 0.41 | 0.05 |
| HSL | 132.86º | 0.83% | 0.7% | - |
| HSV(B) | 132.86º | 0.52% | 0.95% | - |
| XYZ | 43.91 | 69.2 | 37.03 | - |
| YUV | 193.04 | 99.76 | 73.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 242 | 143 | 0.52 | 0 | 0.41 | 0.05 | 132.86 | 0.83 | 0.7 |
| Hex | 74 | F2 | 8F | 34 | 0 | 29 | 5 | 85 | 53 | 46 |
| Octal | 164 | 362 | 217 | 64 | 0 | 51 | 5 | 205 | 123 | 106 |
| Binary | 1110100 | 11110010 | 10001111 | 110100 | 0 | 101001 | 101 | 10000101 | 1010011 | 1000110 |
Color Harmonies of #74F28F
Complementary color
Monochromatic Colors of #74F28F
Black with #74F28F
Text Example
Text Example
White with #74F28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F28F; }
p { color: rgb(116,242,143); }
H1.HeaderClassName
{
color: #74F28F;
}
.AnyTagClassName
{
color: #74F28F;
}
</style>
background-color css
<style>
a { background-color: #74F28F; }
a { background-color: rgb(116,242,143); }
div.DivClassName
{
background-color: #74F28F;
}
.BgClassName
{
background-color: #74F28F;
}
</style>
border-color css
<style>
span { border-color: #74F28F; }
span { border-color: rgb(116,242,143); }
td.TdClassName
{
border-color: #74F28F;
}
.TagClassName
{
border-color: #74F28F;
}
</style>