Shades of Pastel Green #74E670
Tints of Pastel Green #74E670
RGB
CMYK
RGB Variations
Color information
#74E670 (or 0x74E670) is known color: Pastel Green. HEX triplet: 74, E6 and 70. RGB value is (116,230,112). Sum of RGB (Red+Green+Blue) = 116+230+112=458 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.33% from 458); Green value is 230 (90.23% from 255 or 50.22% from 458); Blue value is 112 (44.14% from 255 or 24.45% from 458); Max value from RGB is 230 - color contains mainly: green. Hex color #74E670 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74E670 is #8B198F. Grayscale: #B6B6B6. Windows color (decimal): -9116048 or 7399028. OLE color: 7399028.
HSL color Cylindrical-coordinate representation of color #74E670: hue angle of 117.97º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74E670 is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 230 | 112 | - |
| CMYK | 0.50 | 0 | 0.51 | 0.10 |
| HSL | 117.97º | 0.7% | 0.67% | - |
| HSV(B) | 117.97º | 0.51% | 0.9% | - |
| XYZ | 38.42 | 61.48 | 25.17 | - |
| YUV | 182.46 | 88.23 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 230 | 112 | 0.50 | 0 | 0.51 | 0.10 | 117.97 | 0.7 | 0.67 |
| Hex | 74 | E6 | 70 | 32 | 0 | 33 | A | 76 | 46 | 43 |
| Octal | 164 | 346 | 160 | 62 | 0 | 63 | 12 | 166 | 106 | 103 |
| Binary | 1110100 | 11100110 | 1110000 | 110010 | 0 | 110011 | 1010 | 1110110 | 1000110 | 1000011 |
Color Harmonies of #74E670
Complementary color
Monochromatic Colors of #74E670
Black with #74E670
Text Example
Text Example
White with #74E670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E670; }
p { color: rgb(116,230,112); }
H1.HeaderClassName
{
color: #74E670;
}
.AnyTagClassName
{
color: #74E670;
}
</style>
background-color css
<style>
a { background-color: #74E670; }
a { background-color: rgb(116,230,112); }
div.DivClassName
{
background-color: #74E670;
}
.BgClassName
{
background-color: #74E670;
}
</style>
border-color css
<style>
span { border-color: #74E670; }
span { border-color: rgb(116,230,112); }
td.TdClassName
{
border-color: #74E670;
}
.TagClassName
{
border-color: #74E670;
}
</style>