Shades of Pastel Green #74DF66
Tints of Pastel Green #74DF66
RGB
CMYK
RGB Variations
Color information
#74DF66 (or 0x74DF66) is known color: Pastel Green. HEX triplet: 74, DF and 66. RGB value is (116,223,102). Sum of RGB (Red+Green+Blue) = 116+223+102=441 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.30% from 441); Green value is 223 (87.5% from 255 or 50.57% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 223 - color contains mainly: green. Hex color #74DF66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DF66 is #8B2099. Grayscale: #B1B1B1. Windows color (decimal): -9117850 or 6741876. OLE color: 6741876.
HSL color Cylindrical-coordinate representation of color #74DF66: hue angle of 113.06º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74DF66 is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 223 | 102 | - |
| CMYK | 0.48 | 0 | 0.54 | 0.13 |
| HSL | 113.06º | 0.65% | 0.64% | - |
| HSV(B) | 113.06º | 0.54% | 0.87% | - |
| XYZ | 35.99 | 57.45 | 21.76 | - |
| YUV | 177.21 | 85.55 | 84.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 223 | 102 | 0.48 | 0 | 0.54 | 0.13 | 113.06 | 0.65 | 0.64 |
| Hex | 74 | DF | 66 | 30 | 0 | 36 | D | 71 | 41 | 40 |
| Octal | 164 | 337 | 146 | 60 | 0 | 66 | 15 | 161 | 101 | 100 |
| Binary | 1110100 | 11011111 | 1100110 | 110000 | 0 | 110110 | 1101 | 1110001 | 1000001 | 1000000 |
Color Harmonies of #74DF66
Complementary color
Monochromatic Colors of #74DF66
Black with #74DF66
Text Example
Text Example
White with #74DF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DF66; }
p { color: rgb(116,223,102); }
H1.HeaderClassName
{
color: #74DF66;
}
.AnyTagClassName
{
color: #74DF66;
}
</style>
background-color css
<style>
a { background-color: #74DF66; }
a { background-color: rgb(116,223,102); }
div.DivClassName
{
background-color: #74DF66;
}
.BgClassName
{
background-color: #74DF66;
}
</style>
border-color css
<style>
span { border-color: #74DF66; }
span { border-color: rgb(116,223,102); }
td.TdClassName
{
border-color: #74DF66;
}
.TagClassName
{
border-color: #74DF66;
}
</style>