Shades of Pastel Green #69E080
Tints of Pastel Green #69E080
RGB
CMYK
RGB Variations
Color information
#69E080 (or 0x69E080) is known color: Pastel Green. HEX triplet: 69, E0 and 80. RGB value is (105,224,128). Sum of RGB (Red+Green+Blue) = 105+224+128=457 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.98% from 457); Green value is 224 (87.89% from 255 or 49.02% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 224 - color contains mainly: green. Hex color #69E080 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69E080 is #961F7F. Grayscale: #B1B1B1. Windows color (decimal): -9838464 or 8446057. OLE color: 8446057.
HSL color Cylindrical-coordinate representation of color #69E080: hue angle of 131.6º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69E080 is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 105 | 224 | 128 | - |
| CMYK | 0.53 | 0 | 0.43 | 0.12 |
| HSL | 131.6º | 0.66% | 0.65% | - |
| HSV(B) | 131.6º | 0.53% | 0.88% | - |
| XYZ | 36.38 | 57.87 | 29.68 | - |
| YUV | 177.48 | 100.08 | 76.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 224 | 128 | 0.53 | 0 | 0.43 | 0.12 | 131.6 | 0.66 | 0.65 |
| Hex | 69 | E0 | 80 | 35 | 0 | 2B | C | 84 | 42 | 41 |
| Octal | 151 | 340 | 200 | 65 | 0 | 53 | 14 | 204 | 102 | 101 |
| Binary | 1101001 | 11100000 | 10000000 | 110101 | 0 | 101011 | 1100 | 10000100 | 1000010 | 1000001 |
Color Harmonies of #69E080
Complementary color
Monochromatic Colors of #69E080
Black with #69E080
Text Example
Text Example
White with #69E080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E080; }
p { color: rgb(105,224,128); }
H1.HeaderClassName
{
color: #69E080;
}
.AnyTagClassName
{
color: #69E080;
}
</style>
background-color css
<style>
a { background-color: #69E080; }
a { background-color: rgb(105,224,128); }
div.DivClassName
{
background-color: #69E080;
}
.BgClassName
{
background-color: #69E080;
}
</style>
border-color css
<style>
span { border-color: #69E080; }
span { border-color: rgb(105,224,128); }
td.TdClassName
{
border-color: #69E080;
}
.TagClassName
{
border-color: #69E080;
}
</style>