Shades of Pastel Green #74DF7F
Tints of Pastel Green #74DF7F
RGB
CMYK
RGB Variations
Color information
#74DF7F (or 0x74DF7F) is known color: Pastel Green. HEX triplet: 74, DF and 7F. RGB value is (116,223,127). Sum of RGB (Red+Green+Blue) = 116+223+127=466 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.89% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 127 (50% from 255 or 27.25% from 466); Max value from RGB is 223 - color contains mainly: green. Hex color #74DF7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DF7F is #8B2080. Grayscale: #B4B4B4. Windows color (decimal): -9117825 or 8380276. OLE color: 8380276.
HSL color Cylindrical-coordinate representation of color #74DF7F: hue angle of 126.17º 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 #74DF7F is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 223 | 127 | - |
| CMYK | 0.48 | 0 | 0.43 | 0.13 |
| HSL | 126.17º | 0.63% | 0.66% | - |
| HSV(B) | 126.17º | 0.48% | 0.87% | - |
| XYZ | 37.42 | 58.02 | 29.31 | - |
| YUV | 180.06 | 98.05 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 223 | 127 | 0.48 | 0 | 0.43 | 0.13 | 126.17 | 0.63 | 0.66 |
| Hex | 74 | DF | 7F | 30 | 0 | 2B | D | 7E | 3F | 42 |
| Octal | 164 | 337 | 177 | 60 | 0 | 53 | 15 | 176 | 77 | 102 |
| Binary | 1110100 | 11011111 | 1111111 | 110000 | 0 | 101011 | 1101 | 1111110 | 111111 | 1000010 |
Color Harmonies of #74DF7F
Complementary color
Monochromatic Colors of #74DF7F
Black with #74DF7F
Text Example
Text Example
White with #74DF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DF7F; }
p { color: rgb(116,223,127); }
H1.HeaderClassName
{
color: #74DF7F;
}
.AnyTagClassName
{
color: #74DF7F;
}
</style>
background-color css
<style>
a { background-color: #74DF7F; }
a { background-color: rgb(116,223,127); }
div.DivClassName
{
background-color: #74DF7F;
}
.BgClassName
{
background-color: #74DF7F;
}
</style>
border-color css
<style>
span { border-color: #74DF7F; }
span { border-color: rgb(116,223,127); }
td.TdClassName
{
border-color: #74DF7F;
}
.TagClassName
{
border-color: #74DF7F;
}
</style>