Shades of Pastel Green #74EC69
Tints of Pastel Green #74EC69
RGB
CMYK
RGB Variations
Color information
#74EC69 (or 0x74EC69) is known color: Pastel Green. HEX triplet: 74, EC and 69. RGB value is (116,236,105). Sum of RGB (Red+Green+Blue) = 116+236+105=457 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.38% from 457); Green value is 236 (92.58% from 255 or 51.64% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 236 - color contains mainly: green. Hex color #74EC69 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74EC69 is #8B1396. Grayscale: #B9B9B9. Windows color (decimal): -9114519 or 6941812. OLE color: 6941812.
HSL color Cylindrical-coordinate representation of color #74EC69: hue angle of 114.96º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #74EC69 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 236 | 105 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.07 |
| HSL | 114.96º | 0.78% | 0.67% | - |
| HSV(B) | 114.96º | 0.56% | 0.93% | - |
| XYZ | 39.75 | 64.72 | 23.76 | - |
| YUV | 185.19 | 82.74 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 236 | 105 | 0.51 | 0 | 0.56 | 0.07 | 114.96 | 0.78 | 0.67 |
| Hex | 74 | EC | 69 | 33 | 0 | 38 | 7 | 73 | 4E | 43 |
| Octal | 164 | 354 | 151 | 63 | 0 | 70 | 7 | 163 | 116 | 103 |
| Binary | 1110100 | 11101100 | 1101001 | 110011 | 0 | 111000 | 111 | 1110011 | 1001110 | 1000011 |
Color Harmonies of #74EC69
Complementary color
Monochromatic Colors of #74EC69
Black with #74EC69
Text Example
Text Example
White with #74EC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EC69; }
p { color: rgb(116,236,105); }
H1.HeaderClassName
{
color: #74EC69;
}
.AnyTagClassName
{
color: #74EC69;
}
</style>
background-color css
<style>
a { background-color: #74EC69; }
a { background-color: rgb(116,236,105); }
div.DivClassName
{
background-color: #74EC69;
}
.BgClassName
{
background-color: #74EC69;
}
</style>
border-color css
<style>
span { border-color: #74EC69; }
span { border-color: rgb(116,236,105); }
td.TdClassName
{
border-color: #74EC69;
}
.TagClassName
{
border-color: #74EC69;
}
</style>