Shades of Pastel Green #80F269
Tints of Pastel Green #80F269
RGB
CMYK
RGB Variations
Color information
#80F269 (or 0x80F269) is known color: Pastel Green. HEX triplet: 80, F2 and 69. RGB value is (128,242,105). Sum of RGB (Red+Green+Blue) = 128+242+105=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 242 (94.92% from 255 or 50.95% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 242 - color contains mainly: green. Hex color #80F269 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F269 is #7F0D96. Grayscale: #C0C0C0. Windows color (decimal): -8326551 or 6943360. OLE color: 6943360.
HSL color Cylindrical-coordinate representation of color #80F269: hue angle of 109.93º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #80F269 is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 242 | 105 | - |
| CMYK | 0.47 | 0 | 0.57 | 0.05 |
| HSL | 109.93º | 0.84% | 0.68% | - |
| HSV(B) | 109.93º | 0.57% | 0.95% | - |
| XYZ | 43.2 | 69.11 | 24.43 | - |
| YUV | 192.3 | 78.73 | 82.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 242 | 105 | 0.47 | 0 | 0.57 | 0.05 | 109.93 | 0.84 | 0.68 |
| Hex | 80 | F2 | 69 | 2F | 0 | 39 | 5 | 6E | 54 | 44 |
| Octal | 200 | 362 | 151 | 57 | 0 | 71 | 5 | 156 | 124 | 104 |
| Binary | 10000000 | 11110010 | 1101001 | 101111 | 0 | 111001 | 101 | 1101110 | 1010100 | 1000100 |
Color Harmonies of #80F269
Complementary color
Monochromatic Colors of #80F269
Black with #80F269
Text Example
Text Example
White with #80F269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F269; }
p { color: rgb(128,242,105); }
H1.HeaderClassName
{
color: #80F269;
}
.AnyTagClassName
{
color: #80F269;
}
</style>
background-color css
<style>
a { background-color: #80F269; }
a { background-color: rgb(128,242,105); }
div.DivClassName
{
background-color: #80F269;
}
.BgClassName
{
background-color: #80F269;
}
</style>
border-color css
<style>
span { border-color: #80F269; }
span { border-color: rgb(128,242,105); }
td.TdClassName
{
border-color: #80F269;
}
.TagClassName
{
border-color: #80F269;
}
</style>