Shades of Light Green #74E698
Tints of Light Green #74E698
RGB
CMYK
RGB Variations
Color information
#74E698 (or 0x74E698) is known color: Light Green. HEX triplet: 74, E6 and 98. RGB value is (116,230,152). Sum of RGB (Red+Green+Blue) = 116+230+152=498 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.29% from 498); Green value is 230 (90.23% from 255 or 46.18% from 498); Blue value is 152 (59.77% from 255 or 30.52% from 498); Max value from RGB is 230 - color contains mainly: green. Hex color #74E698 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74E698 is #8B1967. Grayscale: #BBBBBB. Windows color (decimal): -9116008 or 10020468. OLE color: 10020468.
HSL color Cylindrical-coordinate representation of color #74E698: hue angle of 138.95º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74E698 is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 230 | 152 | - |
| CMYK | 0.50 | 0 | 0.34 | 0.10 |
| HSL | 138.95º | 0.7% | 0.68% | - |
| HSV(B) | 138.95º | 0.5% | 0.9% | - |
| XYZ | 41.17 | 62.57 | 39.61 | - |
| YUV | 187.02 | 108.23 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 230 | 152 | 0.50 | 0 | 0.34 | 0.10 | 138.95 | 0.7 | 0.68 |
| Hex | 74 | E6 | 98 | 32 | 0 | 22 | A | 8B | 46 | 44 |
| Octal | 164 | 346 | 230 | 62 | 0 | 42 | 12 | 213 | 106 | 104 |
| Binary | 1110100 | 11100110 | 10011000 | 110010 | 0 | 100010 | 1010 | 10001011 | 1000110 | 1000100 |
Color Harmonies of #74E698
Complementary color
Monochromatic Colors of #74E698
Black with #74E698
Text Example
Text Example
White with #74E698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E698; }
p { color: rgb(116,230,152); }
H1.HeaderClassName
{
color: #74E698;
}
.AnyTagClassName
{
color: #74E698;
}
</style>
background-color css
<style>
a { background-color: #74E698; }
a { background-color: rgb(116,230,152); }
div.DivClassName
{
background-color: #74E698;
}
.BgClassName
{
background-color: #74E698;
}
</style>
border-color css
<style>
span { border-color: #74E698; }
span { border-color: rgb(116,230,152); }
td.TdClassName
{
border-color: #74E698;
}
.TagClassName
{
border-color: #74E698;
}
</style>