Shades of Pastel Green #74F585
Tints of Pastel Green #74F585
RGB
CMYK
RGB Variations
Color information
#74F585 (or 0x74F585) is known color: Pastel Green. HEX triplet: 74, F5 and 85. RGB value is (116,245,133). Sum of RGB (Red+Green+Blue) = 116+245+133=494 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.48% from 494); Green value is 245 (96.09% from 255 or 49.60% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 245 - color contains mainly: green. Hex color #74F585 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F585 is #8B0A7A. Grayscale: #C1C1C1. Windows color (decimal): -9112187 or 8779124. OLE color: 8779124.
HSL color Cylindrical-coordinate representation of color #74F585: hue angle of 127.91º degrees, saturation: 0.87, 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 #74F585 is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 245 | 133 | - |
| CMYK | 0.53 | 0 | 0.46 | 0.04 |
| HSL | 127.91º | 0.87% | 0.71% | - |
| HSV(B) | 127.91º | 0.53% | 0.96% | - |
| XYZ | 44.09 | 70.71 | 33.52 | - |
| YUV | 193.66 | 93.76 | 72.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 245 | 133 | 0.53 | 0 | 0.46 | 0.04 | 127.91 | 0.87 | 0.71 |
| Hex | 74 | F5 | 85 | 35 | 0 | 2E | 4 | 80 | 57 | 47 |
| Octal | 164 | 365 | 205 | 65 | 0 | 56 | 4 | 200 | 127 | 107 |
| Binary | 1110100 | 11110101 | 10000101 | 110101 | 0 | 101110 | 100 | 10000000 | 1010111 | 1000111 |
Color Harmonies of #74F585
Complementary color
Monochromatic Colors of #74F585
Black with #74F585
Text Example
Text Example
White with #74F585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F585; }
p { color: rgb(116,245,133); }
H1.HeaderClassName
{
color: #74F585;
}
.AnyTagClassName
{
color: #74F585;
}
</style>
background-color css
<style>
a { background-color: #74F585; }
a { background-color: rgb(116,245,133); }
div.DivClassName
{
background-color: #74F585;
}
.BgClassName
{
background-color: #74F585;
}
</style>
border-color css
<style>
span { border-color: #74F585; }
span { border-color: rgb(116,245,133); }
td.TdClassName
{
border-color: #74F585;
}
.TagClassName
{
border-color: #74F585;
}
</style>