Shades of Pastel Green #74DA68
Tints of Pastel Green #74DA68
RGB
CMYK
RGB Variations
Color information
#74DA68 (or 0x74DA68) is known color: Pastel Green. HEX triplet: 74, DA and 68. RGB value is (116,218,104). Sum of RGB (Red+Green+Blue) = 116+218+104=438 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.48% from 438); Green value is 218 (85.55% from 255 or 49.77% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 218 - color contains mainly: green. Hex color #74DA68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DA68 is #8B2597. Grayscale: #AEAEAE. Windows color (decimal): -9119128 or 6871668. OLE color: 6871668.
HSL color Cylindrical-coordinate representation of color #74DA68: hue angle of 113.68º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74DA68 is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 218 | 104 | - |
| CMYK | 0.47 | 0 | 0.52 | 0.15 |
| HSL | 113.68º | 0.61% | 0.63% | - |
| HSV(B) | 113.68º | 0.52% | 0.85% | - |
| XYZ | 34.77 | 54.86 | 21.85 | - |
| YUV | 174.51 | 88.21 | 86.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 218 | 104 | 0.47 | 0 | 0.52 | 0.15 | 113.68 | 0.61 | 0.63 |
| Hex | 74 | DA | 68 | 2F | 0 | 34 | F | 72 | 3D | 3F |
| Octal | 164 | 332 | 150 | 57 | 0 | 64 | 17 | 162 | 75 | 77 |
| Binary | 1110100 | 11011010 | 1101000 | 101111 | 0 | 110100 | 1111 | 1110010 | 111101 | 111111 |
Color Harmonies of #74DA68
Complementary color
Monochromatic Colors of #74DA68
Black with #74DA68
Text Example
Text Example
White with #74DA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DA68; }
p { color: rgb(116,218,104); }
H1.HeaderClassName
{
color: #74DA68;
}
.AnyTagClassName
{
color: #74DA68;
}
</style>
background-color css
<style>
a { background-color: #74DA68; }
a { background-color: rgb(116,218,104); }
div.DivClassName
{
background-color: #74DA68;
}
.BgClassName
{
background-color: #74DA68;
}
</style>
border-color css
<style>
span { border-color: #74DA68; }
span { border-color: rgb(116,218,104); }
td.TdClassName
{
border-color: #74DA68;
}
.TagClassName
{
border-color: #74DA68;
}
</style>