Shades of Light Green #74EA98
Tints of Light Green #74EA98
RGB
CMYK
RGB Variations
Color information
#74EA98 (or 0x74EA98) is known color: Light Green. HEX triplet: 74, EA and 98. RGB value is (116,234,152). Sum of RGB (Red+Green+Blue) = 116+234+152=502 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.11% from 502); Green value is 234 (91.80% from 255 or 46.61% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 234 - color contains mainly: green. Hex color #74EA98 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74EA98 is #8B1567. Grayscale: #BDBDBD. Windows color (decimal): -9114984 or 10021492. OLE color: 10021492.
HSL color Cylindrical-coordinate representation of color #74EA98: hue angle of 138.31º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74EA98 is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 234 | 152 | - |
| CMYK | 0.50 | 0 | 0.35 | 0.08 |
| HSL | 138.31º | 0.74% | 0.69% | - |
| HSV(B) | 138.31º | 0.5% | 0.92% | - |
| XYZ | 42.29 | 64.83 | 39.99 | - |
| YUV | 189.37 | 106.91 | 75.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 234 | 152 | 0.50 | 0 | 0.35 | 0.08 | 138.31 | 0.74 | 0.69 |
| Hex | 74 | EA | 98 | 32 | 0 | 23 | 8 | 8A | 4A | 45 |
| Octal | 164 | 352 | 230 | 62 | 0 | 43 | 10 | 212 | 112 | 105 |
| Binary | 1110100 | 11101010 | 10011000 | 110010 | 0 | 100011 | 1000 | 10001010 | 1001010 | 1000101 |
Color Harmonies of #74EA98
Complementary color
Monochromatic Colors of #74EA98
Black with #74EA98
Text Example
Text Example
White with #74EA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EA98; }
p { color: rgb(116,234,152); }
H1.HeaderClassName
{
color: #74EA98;
}
.AnyTagClassName
{
color: #74EA98;
}
</style>
background-color css
<style>
a { background-color: #74EA98; }
a { background-color: rgb(116,234,152); }
div.DivClassName
{
background-color: #74EA98;
}
.BgClassName
{
background-color: #74EA98;
}
</style>
border-color css
<style>
span { border-color: #74EA98; }
span { border-color: rgb(116,234,152); }
td.TdClassName
{
border-color: #74EA98;
}
.TagClassName
{
border-color: #74EA98;
}
</style>