Shades of Light Green #74F190
Tints of Light Green #74F190
RGB
CMYK
RGB Variations
Color information
#74F190 (or 0x74F190) is known color: Light Green. HEX triplet: 74, F1 and 90. RGB value is (116,241,144). Sum of RGB (Red+Green+Blue) = 116+241+144=501 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.15% from 501); Green value is 241 (94.53% from 255 or 48.10% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 241 - color contains mainly: green. Hex color #74F190 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F190 is #8B0E6F. Grayscale: #C0C0C0. Windows color (decimal): -9113200 or 9498996. OLE color: 9498996.
HSL color Cylindrical-coordinate representation of color #74F190: hue angle of 133.44º degrees, saturation: 0.82, 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 #74F190 is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 241 | 144 | - |
| CMYK | 0.52 | 0 | 0.40 | 0.05 |
| HSL | 133.44º | 0.82% | 0.7% | - |
| HSV(B) | 133.44º | 0.52% | 0.95% | - |
| XYZ | 43.69 | 68.64 | 37.33 | - |
| YUV | 192.57 | 100.59 | 73.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 241 | 144 | 0.52 | 0 | 0.40 | 0.05 | 133.44 | 0.82 | 0.7 |
| Hex | 74 | F1 | 90 | 34 | 0 | 28 | 5 | 85 | 52 | 46 |
| Octal | 164 | 361 | 220 | 64 | 0 | 50 | 5 | 205 | 122 | 106 |
| Binary | 1110100 | 11110001 | 10010000 | 110100 | 0 | 101000 | 101 | 10000101 | 1010010 | 1000110 |
Color Harmonies of #74F190
Complementary color
Monochromatic Colors of #74F190
Black with #74F190
Text Example
Text Example
White with #74F190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F190; }
p { color: rgb(116,241,144); }
H1.HeaderClassName
{
color: #74F190;
}
.AnyTagClassName
{
color: #74F190;
}
</style>
background-color css
<style>
a { background-color: #74F190; }
a { background-color: rgb(116,241,144); }
div.DivClassName
{
background-color: #74F190;
}
.BgClassName
{
background-color: #74F190;
}
</style>
border-color css
<style>
span { border-color: #74F190; }
span { border-color: rgb(116,241,144); }
td.TdClassName
{
border-color: #74F190;
}
.TagClassName
{
border-color: #74F190;
}
</style>