Shades of Pastel Green #74DB60
Tints of Pastel Green #74DB60
RGB
CMYK
RGB Variations
Color information
#74DB60 (or 0x74DB60) is known color: Pastel Green. HEX triplet: 74, DB and 60. RGB value is (116,219,96). Sum of RGB (Red+Green+Blue) = 116+219+96=431 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.91% from 431); Green value is 219 (85.94% from 255 or 50.81% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 219 - color contains mainly: green. Hex color #74DB60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DB60 is #8B249F. Grayscale: #AEAEAE. Windows color (decimal): -9118880 or 6347636. OLE color: 6347636.
HSL color Cylindrical-coordinate representation of color #74DB60: hue angle of 110.24º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #74DB60 is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 219 | 96 | - |
| CMYK | 0.47 | 0 | 0.56 | 0.14 |
| HSL | 110.24º | 0.63% | 0.62% | - |
| HSV(B) | 110.24º | 0.56% | 0.86% | - |
| XYZ | 34.65 | 55.22 | 19.9 | - |
| YUV | 174.18 | 83.88 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 219 | 96 | 0.47 | 0 | 0.56 | 0.14 | 110.24 | 0.63 | 0.62 |
| Hex | 74 | DB | 60 | 2F | 0 | 38 | E | 6E | 3F | 3E |
| Octal | 164 | 333 | 140 | 57 | 0 | 70 | 16 | 156 | 77 | 76 |
| Binary | 1110100 | 11011011 | 1100000 | 101111 | 0 | 111000 | 1110 | 1101110 | 111111 | 111110 |
Color Harmonies of #74DB60
Complementary color
Monochromatic Colors of #74DB60
Black with #74DB60
Text Example
Text Example
White with #74DB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DB60; }
p { color: rgb(116,219,96); }
H1.HeaderClassName
{
color: #74DB60;
}
.AnyTagClassName
{
color: #74DB60;
}
</style>
background-color css
<style>
a { background-color: #74DB60; }
a { background-color: rgb(116,219,96); }
div.DivClassName
{
background-color: #74DB60;
}
.BgClassName
{
background-color: #74DB60;
}
</style>
border-color css
<style>
span { border-color: #74DB60; }
span { border-color: rgb(116,219,96); }
td.TdClassName
{
border-color: #74DB60;
}
.TagClassName
{
border-color: #74DB60;
}
</style>