Shades of Pastel Green #74D568
Tints of Pastel Green #74D568
RGB
CMYK
RGB Variations
Color information
#74D568 (or 0x74D568) is known color: Pastel Green. HEX triplet: 74, D5 and 68. RGB value is (116,213,104). Sum of RGB (Red+Green+Blue) = 116+213+104=433 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.79% from 433); Green value is 213 (83.59% from 255 or 49.19% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 213 - color contains mainly: green. Hex color #74D568 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D568 is #8B2A97. Grayscale: #ABABAB. Windows color (decimal): -9120408 or 6870388. OLE color: 6870388.
HSL color Cylindrical-coordinate representation of color #74D568: hue angle of 113.39º degrees, saturation: 0.56, 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 #74D568 is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 213 | 104 | - |
| CMYK | 0.46 | 0 | 0.51 | 0.16 |
| HSL | 113.39º | 0.56% | 0.62% | - |
| HSV(B) | 113.39º | 0.51% | 0.84% | - |
| XYZ | 33.5 | 52.3 | 21.43 | - |
| YUV | 171.57 | 89.86 | 88.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 213 | 104 | 0.46 | 0 | 0.51 | 0.16 | 113.39 | 0.56 | 0.62 |
| Hex | 74 | D5 | 68 | 2E | 0 | 33 | 10 | 71 | 38 | 3E |
| Octal | 164 | 325 | 150 | 56 | 0 | 63 | 20 | 161 | 70 | 76 |
| Binary | 1110100 | 11010101 | 1101000 | 101110 | 0 | 110011 | 10000 | 1110001 | 111000 | 111110 |
Color Harmonies of #74D568
Complementary color
Monochromatic Colors of #74D568
Black with #74D568
Text Example
Text Example
White with #74D568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D568; }
p { color: rgb(116,213,104); }
H1.HeaderClassName
{
color: #74D568;
}
.AnyTagClassName
{
color: #74D568;
}
</style>
background-color css
<style>
a { background-color: #74D568; }
a { background-color: rgb(116,213,104); }
div.DivClassName
{
background-color: #74D568;
}
.BgClassName
{
background-color: #74D568;
}
</style>
border-color css
<style>
span { border-color: #74D568; }
span { border-color: rgb(116,213,104); }
td.TdClassName
{
border-color: #74D568;
}
.TagClassName
{
border-color: #74D568;
}
</style>