Shades of Pastel Green #74D668
Tints of Pastel Green #74D668
RGB
CMYK
RGB Variations
Color information
#74D668 (or 0x74D668) is known color: Pastel Green. HEX triplet: 74, D6 and 68. RGB value is (116,214,104). Sum of RGB (Red+Green+Blue) = 116+214+104=434 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.73% from 434); Green value is 214 (83.98% from 255 or 49.31% from 434); Blue value is 104 (41.02% from 255 or 23.96% from 434); Max value from RGB is 214 - color contains mainly: green. Hex color #74D668 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D668 is #8B2997. Grayscale: #ACACAC. Windows color (decimal): -9120152 or 6870644. OLE color: 6870644.
HSL color Cylindrical-coordinate representation of color #74D668: hue angle of 113.45º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74D668 is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 214 | 104 | - |
| CMYK | 0.46 | 0 | 0.51 | 0.16 |
| HSL | 113.45º | 0.57% | 0.62% | - |
| HSV(B) | 113.45º | 0.51% | 0.84% | - |
| XYZ | 33.75 | 52.81 | 21.51 | - |
| YUV | 172.16 | 89.53 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 214 | 104 | 0.46 | 0 | 0.51 | 0.16 | 113.45 | 0.57 | 0.62 |
| Hex | 74 | D6 | 68 | 2E | 0 | 33 | 10 | 71 | 39 | 3E |
| Octal | 164 | 326 | 150 | 56 | 0 | 63 | 20 | 161 | 71 | 76 |
| Binary | 1110100 | 11010110 | 1101000 | 101110 | 0 | 110011 | 10000 | 1110001 | 111001 | 111110 |
Color Harmonies of #74D668
Complementary color
Monochromatic Colors of #74D668
Black with #74D668
Text Example
Text Example
White with #74D668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D668; }
p { color: rgb(116,214,104); }
H1.HeaderClassName
{
color: #74D668;
}
.AnyTagClassName
{
color: #74D668;
}
</style>
background-color css
<style>
a { background-color: #74D668; }
a { background-color: rgb(116,214,104); }
div.DivClassName
{
background-color: #74D668;
}
.BgClassName
{
background-color: #74D668;
}
</style>
border-color css
<style>
span { border-color: #74D668; }
span { border-color: rgb(116,214,104); }
td.TdClassName
{
border-color: #74D668;
}
.TagClassName
{
border-color: #74D668;
}
</style>