Shades of Pastel Green #69E56A
Tints of Pastel Green #69E56A
RGB
CMYK
RGB Variations
Color information
#69E56A (or 0x69E56A) is known color: Pastel Green. HEX triplet: 69, E5 and 6A. RGB value is (105,229,106). Sum of RGB (Red+Green+Blue) = 105+229+106=440 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.86% from 440); Green value is 229 (89.84% from 255 or 52.05% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 229 - color contains mainly: green. Hex color #69E56A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69E56A is #961A95. Grayscale: #B2B2B2. Windows color (decimal): -9837206 or 7005545. OLE color: 7005545.
HSL color Cylindrical-coordinate representation of color #69E56A: hue angle of 120.48º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69E56A is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 229 | 106 | - |
| CMYK | 0.54 | 0 | 0.54 | 0.10 |
| HSL | 120.48º | 0.7% | 0.65% | - |
| HSV(B) | 120.48º | 0.54% | 0.9% | - |
| XYZ | 36.45 | 60.08 | 23.31 | - |
| YUV | 177.9 | 87.42 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 229 | 106 | 0.54 | 0 | 0.54 | 0.10 | 120.48 | 0.7 | 0.65 |
| Hex | 69 | E5 | 6A | 36 | 0 | 36 | A | 78 | 46 | 41 |
| Octal | 151 | 345 | 152 | 66 | 0 | 66 | 12 | 170 | 106 | 101 |
| Binary | 1101001 | 11100101 | 1101010 | 110110 | 0 | 110110 | 1010 | 1111000 | 1000110 | 1000001 |
Color Harmonies of #69E56A
Complementary color
Monochromatic Colors of #69E56A
Black with #69E56A
Text Example
Text Example
White with #69E56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E56A; }
p { color: rgb(105,229,106); }
H1.HeaderClassName
{
color: #69E56A;
}
.AnyTagClassName
{
color: #69E56A;
}
</style>
background-color css
<style>
a { background-color: #69E56A; }
a { background-color: rgb(105,229,106); }
div.DivClassName
{
background-color: #69E56A;
}
.BgClassName
{
background-color: #69E56A;
}
</style>
border-color css
<style>
span { border-color: #69E56A; }
span { border-color: rgb(105,229,106); }
td.TdClassName
{
border-color: #69E56A;
}
.TagClassName
{
border-color: #69E56A;
}
</style>