Shades of Pastel Green #74DF60
Tints of Pastel Green #74DF60
RGB
CMYK
RGB Variations
Color information
#74DF60 (or 0x74DF60) is known color: Pastel Green. HEX triplet: 74, DF and 60. RGB value is (116,223,96). Sum of RGB (Red+Green+Blue) = 116+223+96=435 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.67% from 435); Green value is 223 (87.5% from 255 or 51.26% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 223 - color contains mainly: green. Hex color #74DF60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DF60 is #8B209F. Grayscale: #B0B0B0. Windows color (decimal): -9117856 or 6348660. OLE color: 6348660.
HSL color Cylindrical-coordinate representation of color #74DF60: hue angle of 110.55º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #74DF60 is Cyan = 0.48, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 223 | 96 | - |
| CMYK | 0.48 | 0 | 0.57 | 0.13 |
| HSL | 110.55º | 0.66% | 0.63% | - |
| HSV(B) | 110.55º | 0.57% | 0.87% | - |
| XYZ | 35.7 | 57.33 | 20.25 | - |
| YUV | 176.53 | 82.55 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 223 | 96 | 0.48 | 0 | 0.57 | 0.13 | 110.55 | 0.66 | 0.63 |
| Hex | 74 | DF | 60 | 30 | 0 | 39 | D | 6F | 42 | 3F |
| Octal | 164 | 337 | 140 | 60 | 0 | 71 | 15 | 157 | 102 | 77 |
| Binary | 1110100 | 11011111 | 1100000 | 110000 | 0 | 111001 | 1101 | 1101111 | 1000010 | 111111 |
Color Harmonies of #74DF60
Complementary color
Monochromatic Colors of #74DF60
Black with #74DF60
Text Example
Text Example
White with #74DF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DF60; }
p { color: rgb(116,223,96); }
H1.HeaderClassName
{
color: #74DF60;
}
.AnyTagClassName
{
color: #74DF60;
}
</style>
background-color css
<style>
a { background-color: #74DF60; }
a { background-color: rgb(116,223,96); }
div.DivClassName
{
background-color: #74DF60;
}
.BgClassName
{
background-color: #74DF60;
}
</style>
border-color css
<style>
span { border-color: #74DF60; }
span { border-color: rgb(116,223,96); }
td.TdClassName
{
border-color: #74DF60;
}
.TagClassName
{
border-color: #74DF60;
}
</style>