Shades of Light Green #74F18F
Tints of Light Green #74F18F
RGB
CMYK
RGB Variations
Color information
#74F18F (or 0x74F18F) is known color: Light Green. HEX triplet: 74, F1 and 8F. RGB value is (116,241,143). Sum of RGB (Red+Green+Blue) = 116+241+143=500 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.2% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 143 (56.25% from 255 or 28.6% from 500); Max value from RGB is 241 - color contains mainly: green. Hex color #74F18F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F18F is #8B0E70. Grayscale: #C0C0C0. Windows color (decimal): -9113201 or 9433460. OLE color: 9433460.
HSL color Cylindrical-coordinate representation of color #74F18F: hue angle of 132.96º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F18F is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 241 | 143 | - |
| CMYK | 0.52 | 0 | 0.41 | 0.05 |
| HSL | 132.96º | 0.82% | 0.7% | - |
| HSV(B) | 132.96º | 0.52% | 0.95% | - |
| XYZ | 43.62 | 68.61 | 36.93 | - |
| YUV | 192.45 | 100.09 | 73.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 241 | 143 | 0.52 | 0 | 0.41 | 0.05 | 132.96 | 0.82 | 0.7 |
| Hex | 74 | F1 | 8F | 34 | 0 | 29 | 5 | 85 | 52 | 46 |
| Octal | 164 | 361 | 217 | 64 | 0 | 51 | 5 | 205 | 122 | 106 |
| Binary | 1110100 | 11110001 | 10001111 | 110100 | 0 | 101001 | 101 | 10000101 | 1010010 | 1000110 |
Color Harmonies of #74F18F
Complementary color
Monochromatic Colors of #74F18F
Black with #74F18F
Text Example
Text Example
White with #74F18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F18F; }
p { color: rgb(116,241,143); }
H1.HeaderClassName
{
color: #74F18F;
}
.AnyTagClassName
{
color: #74F18F;
}
</style>
background-color css
<style>
a { background-color: #74F18F; }
a { background-color: rgb(116,241,143); }
div.DivClassName
{
background-color: #74F18F;
}
.BgClassName
{
background-color: #74F18F;
}
</style>
border-color css
<style>
span { border-color: #74F18F; }
span { border-color: rgb(116,241,143); }
td.TdClassName
{
border-color: #74F18F;
}
.TagClassName
{
border-color: #74F18F;
}
</style>