Shades of Light Green #74FF93
Tints of Light Green #74FF93
RGB
CMYK
RGB Variations
Color information
#74FF93 (or 0x74FF93) is known color: Light Green. HEX triplet: 74, FF and 93. RGB value is (116,255,147). Sum of RGB (Red+Green+Blue) = 116+255+147=518 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.39% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 147 (57.81% from 255 or 28.38% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #74FF93 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FF93 is #8B006C. Grayscale: #C9C9C9. Windows color (decimal): -9109613 or 9699188. OLE color: 9699188.
HSL color Cylindrical-coordinate representation of color #74FF93: hue angle of 133.38º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74FF93 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 255 | 147 | - |
| CMYK | 0.55 | 0 | 0.42 | 0 |
| HSL | 133.38º | 1% | 0.73% | - |
| HSV(B) | 133.38º | 0.55% | 1% | - |
| XYZ | 48.23 | 77.34 | 39.99 | - |
| YUV | 201.13 | 97.45 | 67.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 255 | 147 | 0.55 | 0 | 0.42 | 0 | 133.38 | 1 | 0.73 |
| Hex | 74 | FF | 93 | 37 | 0 | 2A | 0 | 85 | 64 | 49 |
| Octal | 164 | 377 | 223 | 67 | 0 | 52 | 0 | 205 | 144 | 111 |
| Binary | 1110100 | 11111111 | 10010011 | 110111 | 0 | 101010 | 0 | 10000101 | 1100100 | 1001001 |
Color Harmonies of #74FF93
Complementary color
Monochromatic Colors of #74FF93
Black with #74FF93
Text Example
Text Example
White with #74FF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FF93; }
p { color: rgb(116,255,147); }
H1.HeaderClassName
{
color: #74FF93;
}
.AnyTagClassName
{
color: #74FF93;
}
</style>
background-color css
<style>
a { background-color: #74FF93; }
a { background-color: rgb(116,255,147); }
div.DivClassName
{
background-color: #74FF93;
}
.BgClassName
{
background-color: #74FF93;
}
</style>
border-color css
<style>
span { border-color: #74FF93; }
span { border-color: rgb(116,255,147); }
td.TdClassName
{
border-color: #74FF93;
}
.TagClassName
{
border-color: #74FF93;
}
</style>