Shades of Pastel Green #7ADF81
Tints of Pastel Green #7ADF81
RGB
CMYK
RGB Variations
Color information
#7ADF81 (or 0x7ADF81) is known color: Pastel Green. HEX triplet: 7A, DF and 81. RGB value is (122,223,129). Sum of RGB (Red+Green+Blue) = 122+223+129=474 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.74% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 129 (50.78% from 255 or 27.22% from 474); Max value from RGB is 223 - color contains mainly: green. Hex color #7ADF81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADF81 is #85207E. Grayscale: #B6B6B6. Windows color (decimal): -8724607 or 8511354. OLE color: 8511354.
HSL color Cylindrical-coordinate representation of color #7ADF81: hue angle of 124.16º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADF81 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 223 | 129 | - |
| CMYK | 0.45 | 0 | 0.42 | 0.13 |
| HSL | 124.16º | 0.61% | 0.68% | - |
| HSV(B) | 124.16º | 0.45% | 0.87% | - |
| XYZ | 38.38 | 58.5 | 30.04 | - |
| YUV | 182.09 | 98.04 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 223 | 129 | 0.45 | 0 | 0.42 | 0.13 | 124.16 | 0.61 | 0.68 |
| Hex | 7A | DF | 81 | 2D | 0 | 2A | D | 7C | 3D | 44 |
| Octal | 172 | 337 | 201 | 55 | 0 | 52 | 15 | 174 | 75 | 104 |
| Binary | 1111010 | 11011111 | 10000001 | 101101 | 0 | 101010 | 1101 | 1111100 | 111101 | 1000100 |
Color Harmonies of #7ADF81
Complementary color
Monochromatic Colors of #7ADF81
Black with #7ADF81
Text Example
Text Example
White with #7ADF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADF81; }
p { color: rgb(122,223,129); }
H1.HeaderClassName
{
color: #7ADF81;
}
.AnyTagClassName
{
color: #7ADF81;
}
</style>
background-color css
<style>
a { background-color: #7ADF81; }
a { background-color: rgb(122,223,129); }
div.DivClassName
{
background-color: #7ADF81;
}
.BgClassName
{
background-color: #7ADF81;
}
</style>
border-color css
<style>
span { border-color: #7ADF81; }
span { border-color: rgb(122,223,129); }
td.TdClassName
{
border-color: #7ADF81;
}
.TagClassName
{
border-color: #7ADF81;
}
</style>