Shades of Pastel Green #74F37C
Tints of Pastel Green #74F37C
RGB
CMYK
RGB Variations
Color information
#74F37C (or 0x74F37C) is known color: Pastel Green. HEX triplet: 74, F3 and 7C. RGB value is (116,243,124). Sum of RGB (Red+Green+Blue) = 116+243+124=483 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.02% from 483); Green value is 243 (95.31% from 255 or 50.31% from 483); Blue value is 124 (48.83% from 255 or 25.67% from 483); Max value from RGB is 243 - color contains mainly: green. Hex color #74F37C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F37C is #8B0C83. Grayscale: #BFBFBF. Windows color (decimal): -9112708 or 8188788. OLE color: 8188788.
HSL color Cylindrical-coordinate representation of color #74F37C: hue angle of 123.78º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F37C is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 243 | 124 | - |
| CMYK | 0.52 | 0 | 0.49 | 0.05 |
| HSL | 123.78º | 0.84% | 0.7% | - |
| HSV(B) | 123.78º | 0.52% | 0.95% | - |
| XYZ | 42.89 | 69.27 | 30.18 | - |
| YUV | 191.46 | 89.92 | 74.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 243 | 124 | 0.52 | 0 | 0.49 | 0.05 | 123.78 | 0.84 | 0.7 |
| Hex | 74 | F3 | 7C | 34 | 0 | 31 | 5 | 7C | 54 | 46 |
| Octal | 164 | 363 | 174 | 64 | 0 | 61 | 5 | 174 | 124 | 106 |
| Binary | 1110100 | 11110011 | 1111100 | 110100 | 0 | 110001 | 101 | 1111100 | 1010100 | 1000110 |
Color Harmonies of #74F37C
Complementary color
Monochromatic Colors of #74F37C
Black with #74F37C
Text Example
Text Example
White with #74F37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F37C; }
p { color: rgb(116,243,124); }
H1.HeaderClassName
{
color: #74F37C;
}
.AnyTagClassName
{
color: #74F37C;
}
</style>
background-color css
<style>
a { background-color: #74F37C; }
a { background-color: rgb(116,243,124); }
div.DivClassName
{
background-color: #74F37C;
}
.BgClassName
{
background-color: #74F37C;
}
</style>
border-color css
<style>
span { border-color: #74F37C; }
span { border-color: rgb(116,243,124); }
td.TdClassName
{
border-color: #74F37C;
}
.TagClassName
{
border-color: #74F37C;
}
</style>