Shades of Pastel Green #74C575
Tints of Pastel Green #74C575
RGB
CMYK
RGB Variations
Color information
#74C575 (or 0x74C575) is known color: Pastel Green. HEX triplet: 74, C5 and 75. RGB value is (116,197,117). Sum of RGB (Red+Green+Blue) = 116+197+117=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 197 (77.34% from 255 or 45.81% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 197 - color contains mainly: green. Hex color #74C575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C575 is #8B3A8A. Grayscale: #A3A3A3. Windows color (decimal): -9124491 or 7718260. OLE color: 7718260.
HSL color Cylindrical-coordinate representation of color #74C575: hue angle of 120.74º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74C575 is Cyan = 0.41, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 197 | 117 | - |
| CMYK | 0.41 | 0 | 0.41 | 0.23 |
| HSL | 120.74º | 0.41% | 0.61% | - |
| HSV(B) | 120.74º | 0.41% | 0.77% | - |
| XYZ | 30.38 | 44.93 | 23.9 | - |
| YUV | 163.66 | 101.66 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 197 | 117 | 0.41 | 0 | 0.41 | 0.23 | 120.74 | 0.41 | 0.61 |
| Hex | 74 | C5 | 75 | 29 | 0 | 29 | 17 | 79 | 29 | 3D |
| Octal | 164 | 305 | 165 | 51 | 0 | 51 | 27 | 171 | 51 | 75 |
| Binary | 1110100 | 11000101 | 1110101 | 101001 | 0 | 101001 | 10111 | 1111001 | 101001 | 111101 |
Color Harmonies of #74C575
Complementary color
Monochromatic Colors of #74C575
Black with #74C575
Text Example
Text Example
White with #74C575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C575; }
p { color: rgb(116,197,117); }
H1.HeaderClassName
{
color: #74C575;
}
.AnyTagClassName
{
color: #74C575;
}
</style>
background-color css
<style>
a { background-color: #74C575; }
a { background-color: rgb(116,197,117); }
div.DivClassName
{
background-color: #74C575;
}
.BgClassName
{
background-color: #74C575;
}
</style>
border-color css
<style>
span { border-color: #74C575; }
span { border-color: rgb(116,197,117); }
td.TdClassName
{
border-color: #74C575;
}
.TagClassName
{
border-color: #74C575;
}
</style>