Shades of Pastel Green #74EE7A
Tints of Pastel Green #74EE7A
RGB
CMYK
RGB Variations
Color information
#74EE7A (or 0x74EE7A) is known color: Pastel Green. HEX triplet: 74, EE and 7A. RGB value is (116,238,122). Sum of RGB (Red+Green+Blue) = 116+238+122=476 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.37% from 476); Green value is 238 (93.36% from 255 or 50% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 238 - color contains mainly: green. Hex color #74EE7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74EE7A is #8B1185. Grayscale: #BCBCBC. Windows color (decimal): -9113990 or 8056436. OLE color: 8056436.
HSL color Cylindrical-coordinate representation of color #74EE7A: hue angle of 122.95º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74EE7A is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 238 | 122 | - |
| CMYK | 0.51 | 0 | 0.49 | 0.07 |
| HSL | 122.95º | 0.78% | 0.69% | - |
| HSV(B) | 122.95º | 0.51% | 0.93% | - |
| XYZ | 41.29 | 66.27 | 29.03 | - |
| YUV | 188.3 | 90.58 | 76.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 238 | 122 | 0.51 | 0 | 0.49 | 0.07 | 122.95 | 0.78 | 0.69 |
| Hex | 74 | EE | 7A | 33 | 0 | 31 | 7 | 7B | 4E | 45 |
| Octal | 164 | 356 | 172 | 63 | 0 | 61 | 7 | 173 | 116 | 105 |
| Binary | 1110100 | 11101110 | 1111010 | 110011 | 0 | 110001 | 111 | 1111011 | 1001110 | 1000101 |
Color Harmonies of #74EE7A
Complementary color
Monochromatic Colors of #74EE7A
Black with #74EE7A
Text Example
Text Example
White with #74EE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EE7A; }
p { color: rgb(116,238,122); }
H1.HeaderClassName
{
color: #74EE7A;
}
.AnyTagClassName
{
color: #74EE7A;
}
</style>
background-color css
<style>
a { background-color: #74EE7A; }
a { background-color: rgb(116,238,122); }
div.DivClassName
{
background-color: #74EE7A;
}
.BgClassName
{
background-color: #74EE7A;
}
</style>
border-color css
<style>
span { border-color: #74EE7A; }
span { border-color: rgb(116,238,122); }
td.TdClassName
{
border-color: #74EE7A;
}
.TagClassName
{
border-color: #74EE7A;
}
</style>