Shades of Pastel Green #74CF7A
Tints of Pastel Green #74CF7A
RGB
CMYK
RGB Variations
Color information
#74CF7A (or 0x74CF7A) is known color: Pastel Green. HEX triplet: 74, CF and 7A. RGB value is (116,207,122). Sum of RGB (Red+Green+Blue) = 116+207+122=445 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.07% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 207 - color contains mainly: green. Hex color #74CF7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CF7A is #8B3085. Grayscale: #AAAAAA. Windows color (decimal): -9121926 or 8048500. OLE color: 8048500.
HSL color Cylindrical-coordinate representation of color #74CF7A: hue angle of 123.96º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74CF7A is Cyan = 0.44, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 207 | 122 | - |
| CMYK | 0.44 | 0 | 0.41 | 0.19 |
| HSL | 123.96º | 0.49% | 0.63% | - |
| HSV(B) | 123.96º | 0.44% | 0.81% | - |
| XYZ | 33.03 | 49.74 | 26.27 | - |
| YUV | 170.1 | 100.85 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 207 | 122 | 0.44 | 0 | 0.41 | 0.19 | 123.96 | 0.49 | 0.63 |
| Hex | 74 | CF | 7A | 2C | 0 | 29 | 13 | 7C | 31 | 3F |
| Octal | 164 | 317 | 172 | 54 | 0 | 51 | 23 | 174 | 61 | 77 |
| Binary | 1110100 | 11001111 | 1111010 | 101100 | 0 | 101001 | 10011 | 1111100 | 110001 | 111111 |
Color Harmonies of #74CF7A
Complementary color
Monochromatic Colors of #74CF7A
Black with #74CF7A
Text Example
Text Example
White with #74CF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CF7A; }
p { color: rgb(116,207,122); }
H1.HeaderClassName
{
color: #74CF7A;
}
.AnyTagClassName
{
color: #74CF7A;
}
</style>
background-color css
<style>
a { background-color: #74CF7A; }
a { background-color: rgb(116,207,122); }
div.DivClassName
{
background-color: #74CF7A;
}
.BgClassName
{
background-color: #74CF7A;
}
</style>
border-color css
<style>
span { border-color: #74CF7A; }
span { border-color: rgb(116,207,122); }
td.TdClassName
{
border-color: #74CF7A;
}
.TagClassName
{
border-color: #74CF7A;
}
</style>