Shades of Light Green #74FDA2
Tints of Light Green #74FDA2
RGB
CMYK
RGB Variations
Color information
#74FDA2 (or 0x74FDA2) is known color: Light Green. HEX triplet: 74, FD and A2. RGB value is (116,253,162). Sum of RGB (Red+Green+Blue) = 116+253+162=531 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.85% from 531); Green value is 253 (99.22% from 255 or 47.65% from 531); Blue value is 162 (63.67% from 255 or 30.51% from 531); Max value from RGB is 253 - color contains mainly: green. Hex color #74FDA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FDA2 is #8B025D. Grayscale: #C9C9C9. Windows color (decimal): -9110110 or 10681716. OLE color: 10681716.
HSL color Cylindrical-coordinate representation of color #74FDA2: hue angle of 140.15º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FDA2 is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 253 | 162 | - |
| CMYK | 0.54 | 0 | 0.36 | 0.01 |
| HSL | 140.15º | 0.97% | 0.72% | - |
| HSV(B) | 140.15º | 0.54% | 0.99% | - |
| XYZ | 48.85 | 76.57 | 46.39 | - |
| YUV | 201.66 | 105.61 | 66.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 253 | 162 | 0.54 | 0 | 0.36 | 0.01 | 140.15 | 0.97 | 0.72 |
| Hex | 74 | FD | A2 | 36 | 0 | 24 | 1 | 8C | 61 | 48 |
| Octal | 164 | 375 | 242 | 66 | 0 | 44 | 1 | 214 | 141 | 110 |
| Binary | 1110100 | 11111101 | 10100010 | 110110 | 0 | 100100 | 1 | 10001100 | 1100001 | 1001000 |
Color Harmonies of #74FDA2
Complementary color
Monochromatic Colors of #74FDA2
Black with #74FDA2
Text Example
Text Example
White with #74FDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FDA2; }
p { color: rgb(116,253,162); }
H1.HeaderClassName
{
color: #74FDA2;
}
.AnyTagClassName
{
color: #74FDA2;
}
</style>
background-color css
<style>
a { background-color: #74FDA2; }
a { background-color: rgb(116,253,162); }
div.DivClassName
{
background-color: #74FDA2;
}
.BgClassName
{
background-color: #74FDA2;
}
</style>
border-color css
<style>
span { border-color: #74FDA2; }
span { border-color: rgb(116,253,162); }
td.TdClassName
{
border-color: #74FDA2;
}
.TagClassName
{
border-color: #74FDA2;
}
</style>