Shades of Light Green #74EF8D
Tints of Light Green #74EF8D
RGB
CMYK
RGB Variations
Color information
#74EF8D (or 0x74EF8D) is known color: Light Green. HEX triplet: 74, EF and 8D. RGB value is (116,239,141). Sum of RGB (Red+Green+Blue) = 116+239+141=496 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.39% from 496); Green value is 239 (93.75% from 255 or 48.19% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 239 - color contains mainly: green. Hex color #74EF8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74EF8D is #8B1072. Grayscale: #BFBFBF. Windows color (decimal): -9113715 or 9301876. OLE color: 9301876.
HSL color Cylindrical-coordinate representation of color #74EF8D: hue angle of 132.2º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74EF8D is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 239 | 141 | - |
| CMYK | 0.51 | 0 | 0.41 | 0.06 |
| HSL | 132.2º | 0.79% | 0.7% | - |
| HSV(B) | 132.2º | 0.51% | 0.94% | - |
| XYZ | 42.88 | 67.37 | 35.94 | - |
| YUV | 191.05 | 99.75 | 74.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 239 | 141 | 0.51 | 0 | 0.41 | 0.06 | 132.2 | 0.79 | 0.7 |
| Hex | 74 | EF | 8D | 33 | 0 | 29 | 6 | 84 | 4F | 46 |
| Octal | 164 | 357 | 215 | 63 | 0 | 51 | 6 | 204 | 117 | 106 |
| Binary | 1110100 | 11101111 | 10001101 | 110011 | 0 | 101001 | 110 | 10000100 | 1001111 | 1000110 |
Color Harmonies of #74EF8D
Complementary color
Monochromatic Colors of #74EF8D
Black with #74EF8D
Text Example
Text Example
White with #74EF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EF8D; }
p { color: rgb(116,239,141); }
H1.HeaderClassName
{
color: #74EF8D;
}
.AnyTagClassName
{
color: #74EF8D;
}
</style>
background-color css
<style>
a { background-color: #74EF8D; }
a { background-color: rgb(116,239,141); }
div.DivClassName
{
background-color: #74EF8D;
}
.BgClassName
{
background-color: #74EF8D;
}
</style>
border-color css
<style>
span { border-color: #74EF8D; }
span { border-color: rgb(116,239,141); }
td.TdClassName
{
border-color: #74EF8D;
}
.TagClassName
{
border-color: #74EF8D;
}
</style>