Shades of Light Green #74FD8C
Tints of Light Green #74FD8C
RGB
CMYK
RGB Variations
Color information
#74FD8C (or 0x74FD8C) is known color: Light Green. HEX triplet: 74, FD and 8C. RGB value is (116,253,140). Sum of RGB (Red+Green+Blue) = 116+253+140=509 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.79% from 509); Green value is 253 (99.22% from 255 or 49.71% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 253 - color contains mainly: green. Hex color #74FD8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FD8C is #8B0273. Grayscale: #C7C7C7. Windows color (decimal): -9110132 or 9239924. OLE color: 9239924.
HSL color Cylindrical-coordinate representation of color #74FD8C: hue angle of 130.51º 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 #74FD8C is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 253 | 140 | - |
| CMYK | 0.54 | 0 | 0.45 | 0.01 |
| HSL | 130.51º | 0.97% | 0.72% | - |
| HSV(B) | 130.51º | 0.54% | 0.99% | - |
| XYZ | 47.06 | 75.86 | 36.97 | - |
| YUV | 199.16 | 94.61 | 68.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 253 | 140 | 0.54 | 0 | 0.45 | 0.01 | 130.51 | 0.97 | 0.72 |
| Hex | 74 | FD | 8C | 36 | 0 | 2D | 1 | 83 | 61 | 48 |
| Octal | 164 | 375 | 214 | 66 | 0 | 55 | 1 | 203 | 141 | 110 |
| Binary | 1110100 | 11111101 | 10001100 | 110110 | 0 | 101101 | 1 | 10000011 | 1100001 | 1001000 |
Color Harmonies of #74FD8C
Complementary color
Monochromatic Colors of #74FD8C
Black with #74FD8C
Text Example
Text Example
White with #74FD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FD8C; }
p { color: rgb(116,253,140); }
H1.HeaderClassName
{
color: #74FD8C;
}
.AnyTagClassName
{
color: #74FD8C;
}
</style>
background-color css
<style>
a { background-color: #74FD8C; }
a { background-color: rgb(116,253,140); }
div.DivClassName
{
background-color: #74FD8C;
}
.BgClassName
{
background-color: #74FD8C;
}
</style>
border-color css
<style>
span { border-color: #74FD8C; }
span { border-color: rgb(116,253,140); }
td.TdClassName
{
border-color: #74FD8C;
}
.TagClassName
{
border-color: #74FD8C;
}
</style>