Shades of Pastel Green #74E68A
Tints of Pastel Green #74E68A
RGB
CMYK
RGB Variations
Color information
#74E68A (or 0x74E68A) is known color: Pastel Green. HEX triplet: 74, E6 and 8A. RGB value is (116,230,138). Sum of RGB (Red+Green+Blue) = 116+230+138=484 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.97% from 484); Green value is 230 (90.23% from 255 or 47.52% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 230 - color contains mainly: green. Hex color #74E68A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74E68A is #8B1975. Grayscale: #B9B9B9. Windows color (decimal): -9116022 or 9102964. OLE color: 9102964.
HSL color Cylindrical-coordinate representation of color #74E68A: hue angle of 131.58º 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 #74E68A is Cyan = 0.50, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 230 | 138 | - |
| CMYK | 0.50 | 0 | 0.4 | 0.10 |
| HSL | 131.58º | 0.7% | 0.68% | - |
| HSV(B) | 131.58º | 0.5% | 0.9% | - |
| XYZ | 40.09 | 62.14 | 33.93 | - |
| YUV | 185.43 | 101.23 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 230 | 138 | 0.50 | 0 | 0.4 | 0.10 | 131.58 | 0.7 | 0.68 |
| Hex | 74 | E6 | 8A | 32 | 0 | 28 | A | 84 | 46 | 44 |
| Octal | 164 | 346 | 212 | 62 | 0 | 50 | 12 | 204 | 106 | 104 |
| Binary | 1110100 | 11100110 | 10001010 | 110010 | 0 | 101000 | 1010 | 10000100 | 1000110 | 1000100 |
Color Harmonies of #74E68A
Complementary color
Monochromatic Colors of #74E68A
Black with #74E68A
Text Example
Text Example
White with #74E68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E68A; }
p { color: rgb(116,230,138); }
H1.HeaderClassName
{
color: #74E68A;
}
.AnyTagClassName
{
color: #74E68A;
}
</style>
background-color css
<style>
a { background-color: #74E68A; }
a { background-color: rgb(116,230,138); }
div.DivClassName
{
background-color: #74E68A;
}
.BgClassName
{
background-color: #74E68A;
}
</style>
border-color css
<style>
span { border-color: #74E68A; }
span { border-color: rgb(116,230,138); }
td.TdClassName
{
border-color: #74E68A;
}
.TagClassName
{
border-color: #74E68A;
}
</style>