Shades of Pastel Green #74CF7C
Tints of Pastel Green #74CF7C
RGB
CMYK
RGB Variations
Color information
#74CF7C (or 0x74CF7C) is known color: Pastel Green. HEX triplet: 74, CF and 7C. RGB value is (116,207,124). Sum of RGB (Red+Green+Blue) = 116+207+124=447 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.95% from 447); Green value is 207 (81.25% from 255 or 46.31% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 207 - color contains mainly: green. Hex color #74CF7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CF7C is #8B3083. Grayscale: #AAAAAA. Windows color (decimal): -9121924 or 8179572. OLE color: 8179572.
HSL color Cylindrical-coordinate representation of color #74CF7C: hue angle of 125.27º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74CF7C is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 207 | 124 | - |
| CMYK | 0.44 | 0 | 0.40 | 0.19 |
| HSL | 125.27º | 0.49% | 0.63% | - |
| HSV(B) | 125.27º | 0.44% | 0.81% | - |
| XYZ | 33.15 | 49.79 | 26.93 | - |
| YUV | 170.33 | 101.85 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 207 | 124 | 0.44 | 0 | 0.40 | 0.19 | 125.27 | 0.49 | 0.63 |
| Hex | 74 | CF | 7C | 2C | 0 | 28 | 13 | 7D | 31 | 3F |
| Octal | 164 | 317 | 174 | 54 | 0 | 50 | 23 | 175 | 61 | 77 |
| Binary | 1110100 | 11001111 | 1111100 | 101100 | 0 | 101000 | 10011 | 1111101 | 110001 | 111111 |
Color Harmonies of #74CF7C
Complementary color
Monochromatic Colors of #74CF7C
Black with #74CF7C
Text Example
Text Example
White with #74CF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CF7C; }
p { color: rgb(116,207,124); }
H1.HeaderClassName
{
color: #74CF7C;
}
.AnyTagClassName
{
color: #74CF7C;
}
</style>
background-color css
<style>
a { background-color: #74CF7C; }
a { background-color: rgb(116,207,124); }
div.DivClassName
{
background-color: #74CF7C;
}
.BgClassName
{
background-color: #74CF7C;
}
</style>
border-color css
<style>
span { border-color: #74CF7C; }
span { border-color: rgb(116,207,124); }
td.TdClassName
{
border-color: #74CF7C;
}
.TagClassName
{
border-color: #74CF7C;
}
</style>