Shades of Pastel Green #7AF27B
Tints of Pastel Green #7AF27B
RGB
CMYK
RGB Variations
Color information
#7AF27B (or 0x7AF27B) is known color: Pastel Green. HEX triplet: 7A, F2 and 7B. RGB value is (122,242,123). Sum of RGB (Red+Green+Blue) = 122+242+123=487 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.05% from 487); Green value is 242 (94.92% from 255 or 49.69% from 487); Blue value is 123 (48.44% from 255 or 25.26% from 487); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF27B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF27B is #850D84. Grayscale: #C0C0C0. Windows color (decimal): -8719749 or 8123002. OLE color: 8123002.
HSL color Cylindrical-coordinate representation of color #7AF27B: hue angle of 120.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF27B is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 242 | 123 | - |
| CMYK | 0.50 | 0 | 0.49 | 0.05 |
| HSL | 120.5º | 0.82% | 0.71% | - |
| HSV(B) | 120.5º | 0.5% | 0.95% | - |
| XYZ | 43.35 | 69.07 | 29.79 | - |
| YUV | 192.55 | 88.74 | 77.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 242 | 123 | 0.50 | 0 | 0.49 | 0.05 | 120.5 | 0.82 | 0.71 |
| Hex | 7A | F2 | 7B | 32 | 0 | 31 | 5 | 79 | 52 | 47 |
| Octal | 172 | 362 | 173 | 62 | 0 | 61 | 5 | 171 | 122 | 107 |
| Binary | 1111010 | 11110010 | 1111011 | 110010 | 0 | 110001 | 101 | 1111001 | 1010010 | 1000111 |
Color Harmonies of #7AF27B
Complementary color
Monochromatic Colors of #7AF27B
Black with #7AF27B
Text Example
Text Example
White with #7AF27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF27B; }
p { color: rgb(122,242,123); }
H1.HeaderClassName
{
color: #7AF27B;
}
.AnyTagClassName
{
color: #7AF27B;
}
</style>
background-color css
<style>
a { background-color: #7AF27B; }
a { background-color: rgb(122,242,123); }
div.DivClassName
{
background-color: #7AF27B;
}
.BgClassName
{
background-color: #7AF27B;
}
</style>
border-color css
<style>
span { border-color: #7AF27B; }
span { border-color: rgb(122,242,123); }
td.TdClassName
{
border-color: #7AF27B;
}
.TagClassName
{
border-color: #7AF27B;
}
</style>