Shades of Light Green #74EC9A
Tints of Light Green #74EC9A
RGB
CMYK
RGB Variations
Color information
#74EC9A (or 0x74EC9A) is known color: Light Green. HEX triplet: 74, EC and 9A. RGB value is (116,236,154). Sum of RGB (Red+Green+Blue) = 116+236+154=506 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.92% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 236 - color contains mainly: green. Hex color #74EC9A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74EC9A is #8B1365. Grayscale: #BEBEBE. Windows color (decimal): -9114470 or 10153076. OLE color: 10153076.
HSL color Cylindrical-coordinate representation of color #74EC9A: hue angle of 139º degrees, saturation: 0.76, 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 #74EC9A is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 236 | 154 | - |
| CMYK | 0.51 | 0 | 0.35 | 0.07 |
| HSL | 139º | 0.76% | 0.69% | - |
| HSV(B) | 139º | 0.51% | 0.93% | - |
| XYZ | 43.03 | 66.04 | 41.05 | - |
| YUV | 190.77 | 107.24 | 74.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 236 | 154 | 0.51 | 0 | 0.35 | 0.07 | 139 | 0.76 | 0.69 |
| Hex | 74 | EC | 9A | 33 | 0 | 23 | 7 | 8B | 4C | 45 |
| Octal | 164 | 354 | 232 | 63 | 0 | 43 | 7 | 213 | 114 | 105 |
| Binary | 1110100 | 11101100 | 10011010 | 110011 | 0 | 100011 | 111 | 10001011 | 1001100 | 1000101 |
Color Harmonies of #74EC9A
Complementary color
Monochromatic Colors of #74EC9A
Black with #74EC9A
Text Example
Text Example
White with #74EC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EC9A; }
p { color: rgb(116,236,154); }
H1.HeaderClassName
{
color: #74EC9A;
}
.AnyTagClassName
{
color: #74EC9A;
}
</style>
background-color css
<style>
a { background-color: #74EC9A; }
a { background-color: rgb(116,236,154); }
div.DivClassName
{
background-color: #74EC9A;
}
.BgClassName
{
background-color: #74EC9A;
}
</style>
border-color css
<style>
span { border-color: #74EC9A; }
span { border-color: rgb(116,236,154); }
td.TdClassName
{
border-color: #74EC9A;
}
.TagClassName
{
border-color: #74EC9A;
}
</style>