Shades of Pastel Green #74DC66
Tints of Pastel Green #74DC66
RGB
CMYK
RGB Variations
Color information
#74DC66 (or 0x74DC66) is known color: Pastel Green. HEX triplet: 74, DC and 66. RGB value is (116,220,102). Sum of RGB (Red+Green+Blue) = 116+220+102=438 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.48% from 438); Green value is 220 (86.33% from 255 or 50.23% from 438); Blue value is 102 (40.23% from 255 or 23.29% from 438); Max value from RGB is 220 - color contains mainly: green. Hex color #74DC66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DC66 is #8B2399. Grayscale: #AFAFAF. Windows color (decimal): -9118618 or 6741108. OLE color: 6741108.
HSL color Cylindrical-coordinate representation of color #74DC66: hue angle of 112.88º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74DC66 is Cyan = 0.47, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 220 | 102 | - |
| CMYK | 0.47 | 0 | 0.54 | 0.14 |
| HSL | 112.88º | 0.63% | 0.63% | - |
| HSV(B) | 112.88º | 0.54% | 0.86% | - |
| XYZ | 35.19 | 55.86 | 21.5 | - |
| YUV | 175.45 | 86.54 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 220 | 102 | 0.47 | 0 | 0.54 | 0.14 | 112.88 | 0.63 | 0.63 |
| Hex | 74 | DC | 66 | 2F | 0 | 36 | E | 71 | 3F | 3F |
| Octal | 164 | 334 | 146 | 57 | 0 | 66 | 16 | 161 | 77 | 77 |
| Binary | 1110100 | 11011100 | 1100110 | 101111 | 0 | 110110 | 1110 | 1110001 | 111111 | 111111 |
Color Harmonies of #74DC66
Complementary color
Monochromatic Colors of #74DC66
Black with #74DC66
Text Example
Text Example
White with #74DC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DC66; }
p { color: rgb(116,220,102); }
H1.HeaderClassName
{
color: #74DC66;
}
.AnyTagClassName
{
color: #74DC66;
}
</style>
background-color css
<style>
a { background-color: #74DC66; }
a { background-color: rgb(116,220,102); }
div.DivClassName
{
background-color: #74DC66;
}
.BgClassName
{
background-color: #74DC66;
}
</style>
border-color css
<style>
span { border-color: #74DC66; }
span { border-color: rgb(116,220,102); }
td.TdClassName
{
border-color: #74DC66;
}
.TagClassName
{
border-color: #74DC66;
}
</style>