Shades of Pastel Green #74D07C
Tints of Pastel Green #74D07C
RGB
CMYK
RGB Variations
Color information
#74D07C (or 0x74D07C) is known color: Pastel Green. HEX triplet: 74, D0 and 7C. RGB value is (116,208,124). Sum of RGB (Red+Green+Blue) = 116+208+124=448 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.89% from 448); Green value is 208 (81.64% from 255 or 46.43% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 208 - color contains mainly: green. Hex color #74D07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D07C is #8B2F83. Grayscale: #ABABAB. Windows color (decimal): -9121668 or 8179828. OLE color: 8179828.
HSL color Cylindrical-coordinate representation of color #74D07C: hue angle of 125.22º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74D07C is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 208 | 124 | - |
| CMYK | 0.44 | 0 | 0.40 | 0.18 |
| HSL | 125.22º | 0.49% | 0.64% | - |
| HSV(B) | 125.22º | 0.44% | 0.82% | - |
| XYZ | 33.4 | 50.28 | 27.01 | - |
| YUV | 170.92 | 101.52 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 208 | 124 | 0.44 | 0 | 0.40 | 0.18 | 125.22 | 0.49 | 0.64 |
| Hex | 74 | D0 | 7C | 2C | 0 | 28 | 12 | 7D | 31 | 40 |
| Octal | 164 | 320 | 174 | 54 | 0 | 50 | 22 | 175 | 61 | 100 |
| Binary | 1110100 | 11010000 | 1111100 | 101100 | 0 | 101000 | 10010 | 1111101 | 110001 | 1000000 |
Color Harmonies of #74D07C
Complementary color
Monochromatic Colors of #74D07C
Black with #74D07C
Text Example
Text Example
White with #74D07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D07C; }
p { color: rgb(116,208,124); }
H1.HeaderClassName
{
color: #74D07C;
}
.AnyTagClassName
{
color: #74D07C;
}
</style>
background-color css
<style>
a { background-color: #74D07C; }
a { background-color: rgb(116,208,124); }
div.DivClassName
{
background-color: #74D07C;
}
.BgClassName
{
background-color: #74D07C;
}
</style>
border-color css
<style>
span { border-color: #74D07C; }
span { border-color: rgb(116,208,124); }
td.TdClassName
{
border-color: #74D07C;
}
.TagClassName
{
border-color: #74D07C;
}
</style>