Shades of Pastel Green #74D470
Tints of Pastel Green #74D470
RGB
CMYK
RGB Variations
Color information
#74D470 (or 0x74D470) is known color: Pastel Green. HEX triplet: 74, D4 and 70. RGB value is (116,212,112). Sum of RGB (Red+Green+Blue) = 116+212+112=440 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.36% from 440); Green value is 212 (83.20% from 255 or 48.18% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 212 - color contains mainly: green. Hex color #74D470 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D470 is #8B2B8F. Grayscale: #ACACAC. Windows color (decimal): -9120656 or 7394420. OLE color: 7394420.
HSL color Cylindrical-coordinate representation of color #74D470: hue angle of 117.6º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74D470 is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 116 | 212 | 112 | - |
| CMYK | 0.45 | 0 | 0.47 | 0.17 |
| HSL | 117.6º | 0.54% | 0.64% | - |
| HSV(B) | 117.6º | 0.47% | 0.83% | - |
| XYZ | 33.67 | 51.97 | 23.59 | - |
| YUV | 171.9 | 94.2 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 212 | 112 | 0.45 | 0 | 0.47 | 0.17 | 117.6 | 0.54 | 0.64 |
| Hex | 74 | D4 | 70 | 2D | 0 | 2F | 11 | 76 | 36 | 40 |
| Octal | 164 | 324 | 160 | 55 | 0 | 57 | 21 | 166 | 66 | 100 |
| Binary | 1110100 | 11010100 | 1110000 | 101101 | 0 | 101111 | 10001 | 1110110 | 110110 | 1000000 |
Color Harmonies of #74D470
Complementary color
Monochromatic Colors of #74D470
Black with #74D470
Text Example
Text Example
White with #74D470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D470; }
p { color: rgb(116,212,112); }
H1.HeaderClassName
{
color: #74D470;
}
.AnyTagClassName
{
color: #74D470;
}
</style>
background-color css
<style>
a { background-color: #74D470; }
a { background-color: rgb(116,212,112); }
div.DivClassName
{
background-color: #74D470;
}
.BgClassName
{
background-color: #74D470;
}
</style>
border-color css
<style>
span { border-color: #74D470; }
span { border-color: rgb(116,212,112); }
td.TdClassName
{
border-color: #74D470;
}
.TagClassName
{
border-color: #74D470;
}
</style>