Shades of Pastel Green #74ED70
Tints of Pastel Green #74ED70
RGB
CMYK
RGB Variations
Color information
#74ED70 (or 0x74ED70) is known color: Pastel Green. HEX triplet: 74, ED and 70. RGB value is (116,237,112). Sum of RGB (Red+Green+Blue) = 116+237+112=465 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.95% from 465); Green value is 237 (92.97% from 255 or 50.97% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 237 - color contains mainly: green. Hex color #74ED70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74ED70 is #8B128F. Grayscale: #BABABA. Windows color (decimal): -9114256 or 7400820. OLE color: 7400820.
HSL color Cylindrical-coordinate representation of color #74ED70: hue angle of 118.08º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74ED70 is Cyan = 0.51, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 237 | 112 | - |
| CMYK | 0.51 | 0 | 0.53 | 0.07 |
| HSL | 118.08º | 0.78% | 0.68% | - |
| HSV(B) | 118.08º | 0.53% | 0.93% | - |
| XYZ | 40.41 | 65.45 | 25.83 | - |
| YUV | 186.57 | 85.91 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 237 | 112 | 0.51 | 0 | 0.53 | 0.07 | 118.08 | 0.78 | 0.68 |
| Hex | 74 | ED | 70 | 33 | 0 | 35 | 7 | 76 | 4E | 44 |
| Octal | 164 | 355 | 160 | 63 | 0 | 65 | 7 | 166 | 116 | 104 |
| Binary | 1110100 | 11101101 | 1110000 | 110011 | 0 | 110101 | 111 | 1110110 | 1001110 | 1000100 |
Color Harmonies of #74ED70
Complementary color
Monochromatic Colors of #74ED70
Black with #74ED70
Text Example
Text Example
White with #74ED70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ED70; }
p { color: rgb(116,237,112); }
H1.HeaderClassName
{
color: #74ED70;
}
.AnyTagClassName
{
color: #74ED70;
}
</style>
background-color css
<style>
a { background-color: #74ED70; }
a { background-color: rgb(116,237,112); }
div.DivClassName
{
background-color: #74ED70;
}
.BgClassName
{
background-color: #74ED70;
}
</style>
border-color css
<style>
span { border-color: #74ED70; }
span { border-color: rgb(116,237,112); }
td.TdClassName
{
border-color: #74ED70;
}
.TagClassName
{
border-color: #74ED70;
}
</style>