Shades of Light Green #74FB8B
Tints of Light Green #74FB8B
RGB
CMYK
RGB Variations
Color information
#74FB8B (or 0x74FB8B) is known color: Light Green. HEX triplet: 74, FB and 8B. RGB value is (116,251,139). Sum of RGB (Red+Green+Blue) = 116+251+139=506 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.92% from 506); Green value is 251 (98.44% from 255 or 49.60% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 251 - color contains mainly: green. Hex color #74FB8B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FB8B is #8B0474. Grayscale: #C6C6C6. Windows color (decimal): -9110645 or 9173876. OLE color: 9173876.
HSL color Cylindrical-coordinate representation of color #74FB8B: hue angle of 130.22º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FB8B is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 251 | 139 | - |
| CMYK | 0.54 | 0 | 0.45 | 0.02 |
| HSL | 130.22º | 0.94% | 0.72% | - |
| HSV(B) | 130.22º | 0.54% | 0.98% | - |
| XYZ | 46.36 | 74.57 | 36.38 | - |
| YUV | 197.87 | 94.77 | 69.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 251 | 139 | 0.54 | 0 | 0.45 | 0.02 | 130.22 | 0.94 | 0.72 |
| Hex | 74 | FB | 8B | 36 | 0 | 2D | 2 | 82 | 5E | 48 |
| Octal | 164 | 373 | 213 | 66 | 0 | 55 | 2 | 202 | 136 | 110 |
| Binary | 1110100 | 11111011 | 10001011 | 110110 | 0 | 101101 | 10 | 10000010 | 1011110 | 1001000 |
Color Harmonies of #74FB8B
Complementary color
Monochromatic Colors of #74FB8B
Black with #74FB8B
Text Example
Text Example
White with #74FB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FB8B; }
p { color: rgb(116,251,139); }
H1.HeaderClassName
{
color: #74FB8B;
}
.AnyTagClassName
{
color: #74FB8B;
}
</style>
background-color css
<style>
a { background-color: #74FB8B; }
a { background-color: rgb(116,251,139); }
div.DivClassName
{
background-color: #74FB8B;
}
.BgClassName
{
background-color: #74FB8B;
}
</style>
border-color css
<style>
span { border-color: #74FB8B; }
span { border-color: rgb(116,251,139); }
td.TdClassName
{
border-color: #74FB8B;
}
.TagClassName
{
border-color: #74FB8B;
}
</style>