Shades of Pastel Green #80F16B
Tints of Pastel Green #80F16B
RGB
CMYK
RGB Variations
Color information
#80F16B (or 0x80F16B) is known color: Pastel Green. HEX triplet: 80, F1 and 6B. RGB value is (128,241,107). Sum of RGB (Red+Green+Blue) = 128+241+107=476 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.89% from 476); Green value is 241 (94.53% from 255 or 50.63% from 476); Blue value is 107 (42.19% from 255 or 22.48% from 476); Max value from RGB is 241 - color contains mainly: green. Hex color #80F16B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F16B is #7F0E94. Grayscale: #C0C0C0. Windows color (decimal): -8326805 or 7074176. OLE color: 7074176.
HSL color Cylindrical-coordinate representation of color #80F16B: hue angle of 110.6º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80F16B is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 241 | 107 | - |
| CMYK | 0.47 | 0 | 0.56 | 0.05 |
| HSL | 110.6º | 0.83% | 0.68% | - |
| HSV(B) | 110.6º | 0.56% | 0.95% | - |
| XYZ | 43.01 | 68.56 | 24.88 | - |
| YUV | 191.94 | 80.06 | 82.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 241 | 107 | 0.47 | 0 | 0.56 | 0.05 | 110.6 | 0.83 | 0.68 |
| Hex | 80 | F1 | 6B | 2F | 0 | 38 | 5 | 6F | 53 | 44 |
| Octal | 200 | 361 | 153 | 57 | 0 | 70 | 5 | 157 | 123 | 104 |
| Binary | 10000000 | 11110001 | 1101011 | 101111 | 0 | 111000 | 101 | 1101111 | 1010011 | 1000100 |
Color Harmonies of #80F16B
Complementary color
Monochromatic Colors of #80F16B
Black with #80F16B
Text Example
Text Example
White with #80F16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F16B; }
p { color: rgb(128,241,107); }
H1.HeaderClassName
{
color: #80F16B;
}
.AnyTagClassName
{
color: #80F16B;
}
</style>
background-color css
<style>
a { background-color: #80F16B; }
a { background-color: rgb(128,241,107); }
div.DivClassName
{
background-color: #80F16B;
}
.BgClassName
{
background-color: #80F16B;
}
</style>
border-color css
<style>
span { border-color: #80F16B; }
span { border-color: rgb(128,241,107); }
td.TdClassName
{
border-color: #80F16B;
}
.TagClassName
{
border-color: #80F16B;
}
</style>