Shades of Pastel Green #74E385
Tints of Pastel Green #74E385
RGB
CMYK
RGB Variations
Color information
#74E385 (or 0x74E385) is known color: Pastel Green. HEX triplet: 74, E3 and 85. RGB value is (116,227,133). Sum of RGB (Red+Green+Blue) = 116+227+133=476 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.37% from 476); Green value is 227 (89.06% from 255 or 47.69% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 227 - color contains mainly: green. Hex color #74E385 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74E385 is #8B1C7A. Grayscale: #B7B7B7. Windows color (decimal): -9116795 or 8774516. OLE color: 8774516.
HSL color Cylindrical-coordinate representation of color #74E385: hue angle of 129.19º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74E385 is Cyan = 0.49, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 116 | 227 | 133 | - |
| CMYK | 0.49 | 0 | 0.41 | 0.11 |
| HSL | 129.19º | 0.66% | 0.67% | - |
| HSV(B) | 129.19º | 0.49% | 0.89% | - |
| XYZ | 38.91 | 60.34 | 31.79 | - |
| YUV | 183.1 | 99.73 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 227 | 133 | 0.49 | 0 | 0.41 | 0.11 | 129.19 | 0.66 | 0.67 |
| Hex | 74 | E3 | 85 | 31 | 0 | 29 | B | 81 | 42 | 43 |
| Octal | 164 | 343 | 205 | 61 | 0 | 51 | 13 | 201 | 102 | 103 |
| Binary | 1110100 | 11100011 | 10000101 | 110001 | 0 | 101001 | 1011 | 10000001 | 1000010 | 1000011 |
Color Harmonies of #74E385
Complementary color
Monochromatic Colors of #74E385
Black with #74E385
Text Example
Text Example
White with #74E385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E385; }
p { color: rgb(116,227,133); }
H1.HeaderClassName
{
color: #74E385;
}
.AnyTagClassName
{
color: #74E385;
}
</style>
background-color css
<style>
a { background-color: #74E385; }
a { background-color: rgb(116,227,133); }
div.DivClassName
{
background-color: #74E385;
}
.BgClassName
{
background-color: #74E385;
}
</style>
border-color css
<style>
span { border-color: #74E385; }
span { border-color: rgb(116,227,133); }
td.TdClassName
{
border-color: #74E385;
}
.TagClassName
{
border-color: #74E385;
}
</style>