Shades of Pastel Green #74CA6C
Tints of Pastel Green #74CA6C
RGB
CMYK
RGB Variations
Color information
#74CA6C (or 0x74CA6C) is known color: Pastel Green. HEX triplet: 74, CA and 6C. RGB value is (116,202,108). Sum of RGB (Red+Green+Blue) = 116+202+108=426 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.23% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 202 - color contains mainly: green. Hex color #74CA6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CA6C is #8B3593. Grayscale: #A5A5A5. Windows color (decimal): -9123220 or 7129716. OLE color: 7129716.
HSL color Cylindrical-coordinate representation of color #74CA6C: hue angle of 114.89º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74CA6C is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 202 | 108 | - |
| CMYK | 0.43 | 0 | 0.47 | 0.21 |
| HSL | 114.89º | 0.47% | 0.61% | - |
| HSV(B) | 114.89º | 0.47% | 0.79% | - |
| XYZ | 31.03 | 47.04 | 21.63 | - |
| YUV | 165.57 | 95.51 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 202 | 108 | 0.43 | 0 | 0.47 | 0.21 | 114.89 | 0.47 | 0.61 |
| Hex | 74 | CA | 6C | 2B | 0 | 2F | 15 | 73 | 2F | 3D |
| Octal | 164 | 312 | 154 | 53 | 0 | 57 | 25 | 163 | 57 | 75 |
| Binary | 1110100 | 11001010 | 1101100 | 101011 | 0 | 101111 | 10101 | 1110011 | 101111 | 111101 |
Color Harmonies of #74CA6C
Complementary color
Monochromatic Colors of #74CA6C
Black with #74CA6C
Text Example
Text Example
White with #74CA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CA6C; }
p { color: rgb(116,202,108); }
H1.HeaderClassName
{
color: #74CA6C;
}
.AnyTagClassName
{
color: #74CA6C;
}
</style>
background-color css
<style>
a { background-color: #74CA6C; }
a { background-color: rgb(116,202,108); }
div.DivClassName
{
background-color: #74CA6C;
}
.BgClassName
{
background-color: #74CA6C;
}
</style>
border-color css
<style>
span { border-color: #74CA6C; }
span { border-color: rgb(116,202,108); }
td.TdClassName
{
border-color: #74CA6C;
}
.TagClassName
{
border-color: #74CA6C;
}
</style>