Shades of Pastel Green #69E282
Tints of Pastel Green #69E282
RGB
CMYK
RGB Variations
Color information
#69E282 (or 0x69E282) is known color: Pastel Green. HEX triplet: 69, E2 and 82. RGB value is (105,226,130). Sum of RGB (Red+Green+Blue) = 105+226+130=461 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.78% from 461); Green value is 226 (88.67% from 255 or 49.02% from 461); Blue value is 130 (51.17% from 255 or 28.20% from 461); Max value from RGB is 226 - color contains mainly: green. Hex color #69E282 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69E282 is #961D7D. Grayscale: #B3B3B3. Windows color (decimal): -9837950 or 8577641. OLE color: 8577641.
HSL color Cylindrical-coordinate representation of color #69E282: hue angle of 132.4º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69E282 is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 105 | 226 | 130 | - |
| CMYK | 0.54 | 0 | 0.42 | 0.11 |
| HSL | 132.4º | 0.68% | 0.65% | - |
| HSV(B) | 132.4º | 0.54% | 0.89% | - |
| XYZ | 37.05 | 59.01 | 30.56 | - |
| YUV | 178.88 | 100.41 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 226 | 130 | 0.54 | 0 | 0.42 | 0.11 | 132.4 | 0.68 | 0.65 |
| Hex | 69 | E2 | 82 | 36 | 0 | 2A | B | 84 | 44 | 41 |
| Octal | 151 | 342 | 202 | 66 | 0 | 52 | 13 | 204 | 104 | 101 |
| Binary | 1101001 | 11100010 | 10000010 | 110110 | 0 | 101010 | 1011 | 10000100 | 1000100 | 1000001 |
Color Harmonies of #69E282
Complementary color
Monochromatic Colors of #69E282
Black with #69E282
Text Example
Text Example
White with #69E282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E282; }
p { color: rgb(105,226,130); }
H1.HeaderClassName
{
color: #69E282;
}
.AnyTagClassName
{
color: #69E282;
}
</style>
background-color css
<style>
a { background-color: #69E282; }
a { background-color: rgb(105,226,130); }
div.DivClassName
{
background-color: #69E282;
}
.BgClassName
{
background-color: #69E282;
}
</style>
border-color css
<style>
span { border-color: #69E282; }
span { border-color: rgb(105,226,130); }
td.TdClassName
{
border-color: #69E282;
}
.TagClassName
{
border-color: #69E282;
}
</style>