Shades of Pastel Green #74E68B
Tints of Pastel Green #74E68B
RGB
CMYK
RGB Variations
Color information
#74E68B (or 0x74E68B) is known color: Pastel Green. HEX triplet: 74, E6 and 8B. RGB value is (116,230,139). Sum of RGB (Red+Green+Blue) = 116+230+139=485 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.92% from 485); Green value is 230 (90.23% from 255 or 47.42% from 485); Blue value is 139 (54.69% from 255 or 28.66% from 485); Max value from RGB is 230 - color contains mainly: green. Hex color #74E68B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74E68B is #8B1974. Grayscale: #B9B9B9. Windows color (decimal): -9116021 or 9168500. OLE color: 9168500.
HSL color Cylindrical-coordinate representation of color #74E68B: hue angle of 132.11º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74E68B is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 230 | 139 | - |
| CMYK | 0.50 | 0 | 0.40 | 0.10 |
| HSL | 132.11º | 0.7% | 0.68% | - |
| HSV(B) | 132.11º | 0.5% | 0.9% | - |
| XYZ | 40.16 | 62.17 | 34.31 | - |
| YUV | 185.54 | 101.73 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 230 | 139 | 0.50 | 0 | 0.40 | 0.10 | 132.11 | 0.7 | 0.68 |
| Hex | 74 | E6 | 8B | 32 | 0 | 28 | A | 84 | 46 | 44 |
| Octal | 164 | 346 | 213 | 62 | 0 | 50 | 12 | 204 | 106 | 104 |
| Binary | 1110100 | 11100110 | 10001011 | 110010 | 0 | 101000 | 1010 | 10000100 | 1000110 | 1000100 |
Color Harmonies of #74E68B
Complementary color
Monochromatic Colors of #74E68B
Black with #74E68B
Text Example
Text Example
White with #74E68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E68B; }
p { color: rgb(116,230,139); }
H1.HeaderClassName
{
color: #74E68B;
}
.AnyTagClassName
{
color: #74E68B;
}
</style>
background-color css
<style>
a { background-color: #74E68B; }
a { background-color: rgb(116,230,139); }
div.DivClassName
{
background-color: #74E68B;
}
.BgClassName
{
background-color: #74E68B;
}
</style>
border-color css
<style>
span { border-color: #74E68B; }
span { border-color: rgb(116,230,139); }
td.TdClassName
{
border-color: #74E68B;
}
.TagClassName
{
border-color: #74E68B;
}
</style>