Shades of Pastel Green #74DF7D
Tints of Pastel Green #74DF7D
RGB
CMYK
RGB Variations
Color information
#74DF7D (or 0x74DF7D) is known color: Pastel Green. HEX triplet: 74, DF and 7D. RGB value is (116,223,125). Sum of RGB (Red+Green+Blue) = 116+223+125=464 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 223 - color contains mainly: green. Hex color #74DF7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DF7D is #8B2082. Grayscale: #B4B4B4. Windows color (decimal): -9117827 or 8249204. OLE color: 8249204.
HSL color Cylindrical-coordinate representation of color #74DF7D: hue angle of 125.05º degrees, saturation: 0.63, 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 #74DF7D is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 223 | 125 | - |
| CMYK | 0.48 | 0 | 0.44 | 0.13 |
| HSL | 125.05º | 0.63% | 0.66% | - |
| HSV(B) | 125.05º | 0.48% | 0.87% | - |
| XYZ | 37.29 | 57.97 | 28.63 | - |
| YUV | 179.84 | 97.05 | 82.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 223 | 125 | 0.48 | 0 | 0.44 | 0.13 | 125.05 | 0.63 | 0.66 |
| Hex | 74 | DF | 7D | 30 | 0 | 2C | D | 7D | 3F | 42 |
| Octal | 164 | 337 | 175 | 60 | 0 | 54 | 15 | 175 | 77 | 102 |
| Binary | 1110100 | 11011111 | 1111101 | 110000 | 0 | 101100 | 1101 | 1111101 | 111111 | 1000010 |
Color Harmonies of #74DF7D
Complementary color
Monochromatic Colors of #74DF7D
Black with #74DF7D
Text Example
Text Example
White with #74DF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DF7D; }
p { color: rgb(116,223,125); }
H1.HeaderClassName
{
color: #74DF7D;
}
.AnyTagClassName
{
color: #74DF7D;
}
</style>
background-color css
<style>
a { background-color: #74DF7D; }
a { background-color: rgb(116,223,125); }
div.DivClassName
{
background-color: #74DF7D;
}
.BgClassName
{
background-color: #74DF7D;
}
</style>
border-color css
<style>
span { border-color: #74DF7D; }
span { border-color: rgb(116,223,125); }
td.TdClassName
{
border-color: #74DF7D;
}
.TagClassName
{
border-color: #74DF7D;
}
</style>