Shades of Pastel Green #74D764
Tints of Pastel Green #74D764
RGB
CMYK
RGB Variations
Color information
#74D764 (or 0x74D764) is known color: Pastel Green. HEX triplet: 74, D7 and 64. RGB value is (116,215,100). Sum of RGB (Red+Green+Blue) = 116+215+100=431 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.91% from 431); Green value is 215 (84.38% from 255 or 49.88% from 431); Blue value is 100 (39.45% from 255 or 23.20% from 431); Max value from RGB is 215 - color contains mainly: green. Hex color #74D764 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D764 is #8B289B. Grayscale: #ACACAC. Windows color (decimal): -9119900 or 6608756. OLE color: 6608756.
HSL color Cylindrical-coordinate representation of color #74D764: hue angle of 111.65º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74D764 is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 215 | 100 | - |
| CMYK | 0.46 | 0 | 0.53 | 0.16 |
| HSL | 111.65º | 0.59% | 0.62% | - |
| HSV(B) | 111.65º | 0.53% | 0.84% | - |
| XYZ | 33.8 | 53.23 | 20.55 | - |
| YUV | 172.29 | 87.2 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 215 | 100 | 0.46 | 0 | 0.53 | 0.16 | 111.65 | 0.59 | 0.62 |
| Hex | 74 | D7 | 64 | 2E | 0 | 35 | 10 | 70 | 3B | 3E |
| Octal | 164 | 327 | 144 | 56 | 0 | 65 | 20 | 160 | 73 | 76 |
| Binary | 1110100 | 11010111 | 1100100 | 101110 | 0 | 110101 | 10000 | 1110000 | 111011 | 111110 |
Color Harmonies of #74D764
Complementary color
Monochromatic Colors of #74D764
Black with #74D764
Text Example
Text Example
White with #74D764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D764; }
p { color: rgb(116,215,100); }
H1.HeaderClassName
{
color: #74D764;
}
.AnyTagClassName
{
color: #74D764;
}
</style>
background-color css
<style>
a { background-color: #74D764; }
a { background-color: rgb(116,215,100); }
div.DivClassName
{
background-color: #74D764;
}
.BgClassName
{
background-color: #74D764;
}
</style>
border-color css
<style>
span { border-color: #74D764; }
span { border-color: rgb(116,215,100); }
td.TdClassName
{
border-color: #74D764;
}
.TagClassName
{
border-color: #74D764;
}
</style>