Shades of Light Green #74EEA0
Tints of Light Green #74EEA0
RGB
CMYK
RGB Variations
Color information
#74EEA0 (or 0x74EEA0) is known color: Light Green. HEX triplet: 74, EE and A0. RGB value is (116,238,160). Sum of RGB (Red+Green+Blue) = 116+238+160=514 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.57% from 514); Green value is 238 (93.36% from 255 or 46.30% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 238 - color contains mainly: green. Hex color #74EEA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74EEA0 is #8B115F. Grayscale: #C0C0C0. Windows color (decimal): -9113952 or 10546804. OLE color: 10546804.
HSL color Cylindrical-coordinate representation of color #74EEA0: hue angle of 141.64º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74EEA0 is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 238 | 160 | - |
| CMYK | 0.51 | 0 | 0.33 | 0.07 |
| HSL | 141.64º | 0.78% | 0.69% | - |
| HSV(B) | 141.64º | 0.51% | 0.93% | - |
| XYZ | 44.12 | 67.4 | 43.94 | - |
| YUV | 192.63 | 109.58 | 73.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 238 | 160 | 0.51 | 0 | 0.33 | 0.07 | 141.64 | 0.78 | 0.69 |
| Hex | 74 | EE | A0 | 33 | 0 | 21 | 7 | 8E | 4E | 45 |
| Octal | 164 | 356 | 240 | 63 | 0 | 41 | 7 | 216 | 116 | 105 |
| Binary | 1110100 | 11101110 | 10100000 | 110011 | 0 | 100001 | 111 | 10001110 | 1001110 | 1000101 |
Color Harmonies of #74EEA0
Complementary color
Monochromatic Colors of #74EEA0
Black with #74EEA0
Text Example
Text Example
White with #74EEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EEA0; }
p { color: rgb(116,238,160); }
H1.HeaderClassName
{
color: #74EEA0;
}
.AnyTagClassName
{
color: #74EEA0;
}
</style>
background-color css
<style>
a { background-color: #74EEA0; }
a { background-color: rgb(116,238,160); }
div.DivClassName
{
background-color: #74EEA0;
}
.BgClassName
{
background-color: #74EEA0;
}
</style>
border-color css
<style>
span { border-color: #74EEA0; }
span { border-color: rgb(116,238,160); }
td.TdClassName
{
border-color: #74EEA0;
}
.TagClassName
{
border-color: #74EEA0;
}
</style>