Shades of Pastel Green #74E665
Tints of Pastel Green #74E665
RGB
CMYK
RGB Variations
Color information
#74E665 (or 0x74E665) is known color: Pastel Green. HEX triplet: 74, E6 and 65. RGB value is (116,230,101). Sum of RGB (Red+Green+Blue) = 116+230+101=447 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.95% from 447); Green value is 230 (90.23% from 255 or 51.45% from 447); Blue value is 101 (39.84% from 255 or 22.60% from 447); Max value from RGB is 230 - color contains mainly: green. Hex color #74E665 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74E665 is #8B199A. Grayscale: #B5B5B5. Windows color (decimal): -9116059 or 6678132. OLE color: 6678132.
HSL color Cylindrical-coordinate representation of color #74E665: hue angle of 113.02º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #74E665 is Cyan = 0.50, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 230 | 101 | - |
| CMYK | 0.50 | 0 | 0.56 | 0.10 |
| HSL | 113.02º | 0.72% | 0.65% | - |
| HSV(B) | 113.02º | 0.56% | 0.9% | - |
| XYZ | 37.85 | 61.25 | 22.14 | - |
| YUV | 181.21 | 82.73 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 230 | 101 | 0.50 | 0 | 0.56 | 0.10 | 113.02 | 0.72 | 0.65 |
| Hex | 74 | E6 | 65 | 32 | 0 | 38 | A | 71 | 48 | 41 |
| Octal | 164 | 346 | 145 | 62 | 0 | 70 | 12 | 161 | 110 | 101 |
| Binary | 1110100 | 11100110 | 1100101 | 110010 | 0 | 111000 | 1010 | 1110001 | 1001000 | 1000001 |
Color Harmonies of #74E665
Complementary color
Monochromatic Colors of #74E665
Black with #74E665
Text Example
Text Example
White with #74E665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E665; }
p { color: rgb(116,230,101); }
H1.HeaderClassName
{
color: #74E665;
}
.AnyTagClassName
{
color: #74E665;
}
</style>
background-color css
<style>
a { background-color: #74E665; }
a { background-color: rgb(116,230,101); }
div.DivClassName
{
background-color: #74E665;
}
.BgClassName
{
background-color: #74E665;
}
</style>
border-color css
<style>
span { border-color: #74E665; }
span { border-color: rgb(116,230,101); }
td.TdClassName
{
border-color: #74E665;
}
.TagClassName
{
border-color: #74E665;
}
</style>