Shades of Pastel Green #80F374
Tints of Pastel Green #80F374
RGB
CMYK
RGB Variations
Color information
#80F374 (or 0x80F374) is known color: Pastel Green. HEX triplet: 80, F3 and 74. RGB value is (128,243,116). Sum of RGB (Red+Green+Blue) = 128+243+116=487 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.28% from 487); Green value is 243 (95.31% from 255 or 49.90% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 243 - color contains mainly: green. Hex color #80F374 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F374 is #7F0C8B. Grayscale: #C2C2C2. Windows color (decimal): -8326284 or 7664512. OLE color: 7664512.
HSL color Cylindrical-coordinate representation of color #80F374: hue angle of 114.33º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80F374 is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 243 | 116 | - |
| CMYK | 0.47 | 0 | 0.52 | 0.05 |
| HSL | 114.33º | 0.84% | 0.7% | - |
| HSV(B) | 114.33º | 0.52% | 0.95% | - |
| XYZ | 44.11 | 69.95 | 27.7 | - |
| YUV | 194.14 | 83.9 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 243 | 116 | 0.47 | 0 | 0.52 | 0.05 | 114.33 | 0.84 | 0.7 |
| Hex | 80 | F3 | 74 | 2F | 0 | 34 | 5 | 72 | 54 | 46 |
| Octal | 200 | 363 | 164 | 57 | 0 | 64 | 5 | 162 | 124 | 106 |
| Binary | 10000000 | 11110011 | 1110100 | 101111 | 0 | 110100 | 101 | 1110010 | 1010100 | 1000110 |
Color Harmonies of #80F374
Complementary color
Monochromatic Colors of #80F374
Black with #80F374
Text Example
Text Example
White with #80F374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F374; }
p { color: rgb(128,243,116); }
H1.HeaderClassName
{
color: #80F374;
}
.AnyTagClassName
{
color: #80F374;
}
</style>
background-color css
<style>
a { background-color: #80F374; }
a { background-color: rgb(128,243,116); }
div.DivClassName
{
background-color: #80F374;
}
.BgClassName
{
background-color: #80F374;
}
</style>
border-color css
<style>
span { border-color: #80F374; }
span { border-color: rgb(128,243,116); }
td.TdClassName
{
border-color: #80F374;
}
.TagClassName
{
border-color: #80F374;
}
</style>