Shades of Light Green #74FF94
Tints of Light Green #74FF94
RGB
CMYK
RGB Variations
Color information
#74FF94 (or 0x74FF94) is known color: Light Green. HEX triplet: 74, FF and 94. RGB value is (116,255,148). Sum of RGB (Red+Green+Blue) = 116+255+148=519 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.35% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 148 (58.20% from 255 or 28.52% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #74FF94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FF94 is #8B006B. Grayscale: #C9C9C9. Windows color (decimal): -9109612 or 9764724. OLE color: 9764724.
HSL color Cylindrical-coordinate representation of color #74FF94: hue angle of 133.81º 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 #74FF94 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 255 | 148 | - |
| CMYK | 0.55 | 0 | 0.42 | 0 |
| HSL | 133.81º | 1% | 0.73% | - |
| HSV(B) | 133.81º | 0.55% | 1% | - |
| XYZ | 48.31 | 77.37 | 40.41 | - |
| YUV | 201.24 | 97.95 | 67.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 255 | 148 | 0.55 | 0 | 0.42 | 0 | 133.81 | 1 | 0.73 |
| Hex | 74 | FF | 94 | 37 | 0 | 2A | 0 | 86 | 64 | 49 |
| Octal | 164 | 377 | 224 | 67 | 0 | 52 | 0 | 206 | 144 | 111 |
| Binary | 1110100 | 11111111 | 10010100 | 110111 | 0 | 101010 | 0 | 10000110 | 1100100 | 1001001 |
Color Harmonies of #74FF94
Complementary color
Monochromatic Colors of #74FF94
Black with #74FF94
Text Example
Text Example
White with #74FF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FF94; }
p { color: rgb(116,255,148); }
H1.HeaderClassName
{
color: #74FF94;
}
.AnyTagClassName
{
color: #74FF94;
}
</style>
background-color css
<style>
a { background-color: #74FF94; }
a { background-color: rgb(116,255,148); }
div.DivClassName
{
background-color: #74FF94;
}
.BgClassName
{
background-color: #74FF94;
}
</style>
border-color css
<style>
span { border-color: #74FF94; }
span { border-color: rgb(116,255,148); }
td.TdClassName
{
border-color: #74FF94;
}
.TagClassName
{
border-color: #74FF94;
}
</style>