Shades of Pastel Green #75DD74
Tints of Pastel Green #75DD74
RGB
CMYK
RGB Variations
Color information
#75DD74 (or 0x75DD74) is known color: Pastel Green. HEX triplet: 75, DD and 74. RGB value is (117,221,116). Sum of RGB (Red+Green+Blue) = 117+221+116=454 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.77% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 116 (45.70% from 255 or 25.55% from 454); Max value from RGB is 221 - color contains mainly: green. Hex color #75DD74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DD74 is #8A228B. Grayscale: #B2B2B2. Windows color (decimal): -9052812 or 7658869. OLE color: 7658869.
HSL color Cylindrical-coordinate representation of color #75DD74: hue angle of 119.43º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75DD74 is Cyan = 0.47, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 221 | 116 | - |
| CMYK | 0.47 | 0 | 0.48 | 0.13 |
| HSL | 119.43º | 0.61% | 0.66% | - |
| HSV(B) | 119.43º | 0.48% | 0.87% | - |
| XYZ | 36.34 | 56.76 | 25.56 | - |
| YUV | 177.93 | 93.04 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 221 | 116 | 0.47 | 0 | 0.48 | 0.13 | 119.43 | 0.61 | 0.66 |
| Hex | 75 | DD | 74 | 2F | 0 | 30 | D | 77 | 3D | 42 |
| Octal | 165 | 335 | 164 | 57 | 0 | 60 | 15 | 167 | 75 | 102 |
| Binary | 1110101 | 11011101 | 1110100 | 101111 | 0 | 110000 | 1101 | 1110111 | 111101 | 1000010 |
Color Harmonies of #75DD74
Complementary color
Monochromatic Colors of #75DD74
Black with #75DD74
Text Example
Text Example
White with #75DD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DD74; }
p { color: rgb(117,221,116); }
H1.HeaderClassName
{
color: #75DD74;
}
.AnyTagClassName
{
color: #75DD74;
}
</style>
background-color css
<style>
a { background-color: #75DD74; }
a { background-color: rgb(117,221,116); }
div.DivClassName
{
background-color: #75DD74;
}
.BgClassName
{
background-color: #75DD74;
}
</style>
border-color css
<style>
span { border-color: #75DD74; }
span { border-color: rgb(117,221,116); }
td.TdClassName
{
border-color: #75DD74;
}
.TagClassName
{
border-color: #75DD74;
}
</style>