Shades of Pastel Green #80F37C
Tints of Pastel Green #80F37C
RGB
CMYK
RGB Variations
Color information
#80F37C (or 0x80F37C) is known color: Pastel Green. HEX triplet: 80, F3 and 7C. RGB value is (128,243,124). Sum of RGB (Red+Green+Blue) = 128+243+124=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 243 (95.31% from 255 or 49.09% from 495); Blue value is 124 (48.83% from 255 or 25.05% from 495); Max value from RGB is 243 - color contains mainly: green. Hex color #80F37C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F37C is #7F0C83. Grayscale: #C3C3C3. Windows color (decimal): -8326276 or 8188800. OLE color: 8188800.
HSL color Cylindrical-coordinate representation of color #80F37C: hue angle of 117.98º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80F37C is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 243 | 124 | - |
| CMYK | 0.47 | 0 | 0.49 | 0.05 |
| HSL | 117.98º | 0.83% | 0.72% | - |
| HSV(B) | 117.98º | 0.49% | 0.95% | - |
| XYZ | 44.59 | 70.15 | 30.26 | - |
| YUV | 195.05 | 87.9 | 80.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 243 | 124 | 0.47 | 0 | 0.49 | 0.05 | 117.98 | 0.83 | 0.72 |
| Hex | 80 | F3 | 7C | 2F | 0 | 31 | 5 | 76 | 53 | 48 |
| Octal | 200 | 363 | 174 | 57 | 0 | 61 | 5 | 166 | 123 | 110 |
| Binary | 10000000 | 11110011 | 1111100 | 101111 | 0 | 110001 | 101 | 1110110 | 1010011 | 1001000 |
Color Harmonies of #80F37C
Complementary color
Monochromatic Colors of #80F37C
Black with #80F37C
Text Example
Text Example
White with #80F37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F37C; }
p { color: rgb(128,243,124); }
H1.HeaderClassName
{
color: #80F37C;
}
.AnyTagClassName
{
color: #80F37C;
}
</style>
background-color css
<style>
a { background-color: #80F37C; }
a { background-color: rgb(128,243,124); }
div.DivClassName
{
background-color: #80F37C;
}
.BgClassName
{
background-color: #80F37C;
}
</style>
border-color css
<style>
span { border-color: #80F37C; }
span { border-color: rgb(128,243,124); }
td.TdClassName
{
border-color: #80F37C;
}
.TagClassName
{
border-color: #80F37C;
}
</style>