Shades of Pastel Green #74F67C
Tints of Pastel Green #74F67C
RGB
CMYK
RGB Variations
Color information
#74F67C (or 0x74F67C) is known color: Pastel Green. HEX triplet: 74, F6 and 7C. RGB value is (116,246,124). Sum of RGB (Red+Green+Blue) = 116+246+124=486 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.87% from 486); Green value is 246 (96.48% from 255 or 50.62% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 246 - color contains mainly: green. Hex color #74F67C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F67C is #8B0983. Grayscale: #C1C1C1. Windows color (decimal): -9111940 or 8189556. OLE color: 8189556.
HSL color Cylindrical-coordinate representation of color #74F67C: hue angle of 123.69º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74F67C is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 246 | 124 | - |
| CMYK | 0.53 | 0 | 0.50 | 0.04 |
| HSL | 123.69º | 0.88% | 0.71% | - |
| HSV(B) | 123.69º | 0.53% | 0.96% | - |
| XYZ | 43.8 | 71.08 | 30.48 | - |
| YUV | 193.22 | 88.93 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 246 | 124 | 0.53 | 0 | 0.50 | 0.04 | 123.69 | 0.88 | 0.71 |
| Hex | 74 | F6 | 7C | 35 | 0 | 32 | 4 | 7C | 58 | 47 |
| Octal | 164 | 366 | 174 | 65 | 0 | 62 | 4 | 174 | 130 | 107 |
| Binary | 1110100 | 11110110 | 1111100 | 110101 | 0 | 110010 | 100 | 1111100 | 1011000 | 1000111 |
Color Harmonies of #74F67C
Complementary color
Monochromatic Colors of #74F67C
Black with #74F67C
Text Example
Text Example
White with #74F67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F67C; }
p { color: rgb(116,246,124); }
H1.HeaderClassName
{
color: #74F67C;
}
.AnyTagClassName
{
color: #74F67C;
}
</style>
background-color css
<style>
a { background-color: #74F67C; }
a { background-color: rgb(116,246,124); }
div.DivClassName
{
background-color: #74F67C;
}
.BgClassName
{
background-color: #74F67C;
}
</style>
border-color css
<style>
span { border-color: #74F67C; }
span { border-color: rgb(116,246,124); }
td.TdClassName
{
border-color: #74F67C;
}
.TagClassName
{
border-color: #74F67C;
}
</style>