Shades of Pastel Green #74DF7A
Tints of Pastel Green #74DF7A
RGB
CMYK
RGB Variations
Color information
#74DF7A (or 0x74DF7A) is known color: Pastel Green. HEX triplet: 74, DF and 7A. RGB value is (116,223,122). Sum of RGB (Red+Green+Blue) = 116+223+122=461 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.16% from 461); Green value is 223 (87.5% from 255 or 48.37% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 223 - color contains mainly: green. Hex color #74DF7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DF7A is #8B2085. Grayscale: #B3B3B3. Windows color (decimal): -9117830 or 8052596. OLE color: 8052596.
HSL color Cylindrical-coordinate representation of color #74DF7A: hue angle of 123.36º 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 #74DF7A is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 223 | 122 | - |
| CMYK | 0.48 | 0 | 0.45 | 0.13 |
| HSL | 123.36º | 0.63% | 0.66% | - |
| HSV(B) | 123.36º | 0.48% | 0.87% | - |
| XYZ | 37.1 | 57.89 | 27.63 | - |
| YUV | 179.49 | 95.55 | 82.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 223 | 122 | 0.48 | 0 | 0.45 | 0.13 | 123.36 | 0.63 | 0.66 |
| Hex | 74 | DF | 7A | 30 | 0 | 2D | D | 7B | 3F | 42 |
| Octal | 164 | 337 | 172 | 60 | 0 | 55 | 15 | 173 | 77 | 102 |
| Binary | 1110100 | 11011111 | 1111010 | 110000 | 0 | 101101 | 1101 | 1111011 | 111111 | 1000010 |
Color Harmonies of #74DF7A
Complementary color
Monochromatic Colors of #74DF7A
Black with #74DF7A
Text Example
Text Example
White with #74DF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DF7A; }
p { color: rgb(116,223,122); }
H1.HeaderClassName
{
color: #74DF7A;
}
.AnyTagClassName
{
color: #74DF7A;
}
</style>
background-color css
<style>
a { background-color: #74DF7A; }
a { background-color: rgb(116,223,122); }
div.DivClassName
{
background-color: #74DF7A;
}
.BgClassName
{
background-color: #74DF7A;
}
</style>
border-color css
<style>
span { border-color: #74DF7A; }
span { border-color: rgb(116,223,122); }
td.TdClassName
{
border-color: #74DF7A;
}
.TagClassName
{
border-color: #74DF7A;
}
</style>