Shades of Pastel Green #74F37D
Tints of Pastel Green #74F37D
RGB
CMYK
RGB Variations
Color information
#74F37D (or 0x74F37D) is known color: Pastel Green. HEX triplet: 74, F3 and 7D. RGB value is (116,243,125). Sum of RGB (Red+Green+Blue) = 116+243+125=484 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.97% from 484); Green value is 243 (95.31% from 255 or 50.21% from 484); Blue value is 125 (49.22% from 255 or 25.83% from 484); Max value from RGB is 243 - color contains mainly: green. Hex color #74F37D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F37D is #8B0C82. Grayscale: #BFBFBF. Windows color (decimal): -9112707 or 8254324. OLE color: 8254324.
HSL color Cylindrical-coordinate representation of color #74F37D: hue angle of 124.25º 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 #74F37D is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 243 | 125 | - |
| CMYK | 0.52 | 0 | 0.49 | 0.05 |
| HSL | 124.25º | 0.84% | 0.7% | - |
| HSV(B) | 124.25º | 0.52% | 0.95% | - |
| XYZ | 42.95 | 69.29 | 30.51 | - |
| YUV | 191.58 | 90.42 | 74.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 243 | 125 | 0.52 | 0 | 0.49 | 0.05 | 124.25 | 0.84 | 0.7 |
| Hex | 74 | F3 | 7D | 34 | 0 | 31 | 5 | 7C | 54 | 46 |
| Octal | 164 | 363 | 175 | 64 | 0 | 61 | 5 | 174 | 124 | 106 |
| Binary | 1110100 | 11110011 | 1111101 | 110100 | 0 | 110001 | 101 | 1111100 | 1010100 | 1000110 |
Color Harmonies of #74F37D
Complementary color
Monochromatic Colors of #74F37D
Black with #74F37D
Text Example
Text Example
White with #74F37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F37D; }
p { color: rgb(116,243,125); }
H1.HeaderClassName
{
color: #74F37D;
}
.AnyTagClassName
{
color: #74F37D;
}
</style>
background-color css
<style>
a { background-color: #74F37D; }
a { background-color: rgb(116,243,125); }
div.DivClassName
{
background-color: #74F37D;
}
.BgClassName
{
background-color: #74F37D;
}
</style>
border-color css
<style>
span { border-color: #74F37D; }
span { border-color: rgb(116,243,125); }
td.TdClassName
{
border-color: #74F37D;
}
.TagClassName
{
border-color: #74F37D;
}
</style>