Shades of Light Green #74F990
Tints of Light Green #74F990
RGB
CMYK
RGB Variations
Color information
#74F990 (or 0x74F990) is known color: Light Green. HEX triplet: 74, F9 and 90. RGB value is (116,249,144). Sum of RGB (Red+Green+Blue) = 116+249+144=509 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.79% from 509); Green value is 249 (97.66% from 255 or 48.92% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 249 - color contains mainly: green. Hex color #74F990 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F990 is #8B066F. Grayscale: #C5C5C5. Windows color (decimal): -9111152 or 9501044. OLE color: 9501044.
HSL color Cylindrical-coordinate representation of color #74F990: hue angle of 132.63º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74F990 is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 249 | 144 | - |
| CMYK | 0.53 | 0 | 0.42 | 0.02 |
| HSL | 132.63º | 0.92% | 0.72% | - |
| HSV(B) | 132.63º | 0.53% | 0.98% | - |
| XYZ | 46.11 | 73.48 | 38.14 | - |
| YUV | 197.26 | 97.94 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 249 | 144 | 0.53 | 0 | 0.42 | 0.02 | 132.63 | 0.92 | 0.72 |
| Hex | 74 | F9 | 90 | 35 | 0 | 2A | 2 | 85 | 5C | 48 |
| Octal | 164 | 371 | 220 | 65 | 0 | 52 | 2 | 205 | 134 | 110 |
| Binary | 1110100 | 11111001 | 10010000 | 110101 | 0 | 101010 | 10 | 10000101 | 1011100 | 1001000 |
Color Harmonies of #74F990
Complementary color
Monochromatic Colors of #74F990
Black with #74F990
Text Example
Text Example
White with #74F990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F990; }
p { color: rgb(116,249,144); }
H1.HeaderClassName
{
color: #74F990;
}
.AnyTagClassName
{
color: #74F990;
}
</style>
background-color css
<style>
a { background-color: #74F990; }
a { background-color: rgb(116,249,144); }
div.DivClassName
{
background-color: #74F990;
}
.BgClassName
{
background-color: #74F990;
}
</style>
border-color css
<style>
span { border-color: #74F990; }
span { border-color: rgb(116,249,144); }
td.TdClassName
{
border-color: #74F990;
}
.TagClassName
{
border-color: #74F990;
}
</style>