Shades of Pastel Green #69E578
Tints of Pastel Green #69E578
RGB
CMYK
RGB Variations
Color information
#69E578 (or 0x69E578) is known color: Pastel Green. HEX triplet: 69, E5 and 78. RGB value is (105,229,120). Sum of RGB (Red+Green+Blue) = 105+229+120=454 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.13% from 454); Green value is 229 (89.84% from 255 or 50.44% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 229 - color contains mainly: green. Hex color #69E578 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69E578 is #961A87. Grayscale: #B3B3B3. Windows color (decimal): -9837192 or 7923049. OLE color: 7923049.
HSL color Cylindrical-coordinate representation of color #69E578: hue angle of 127.26º 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 #69E578 is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 229 | 120 | - |
| CMYK | 0.54 | 0 | 0.48 | 0.10 |
| HSL | 127.26º | 0.7% | 0.65% | - |
| HSV(B) | 127.26º | 0.54% | 0.9% | - |
| XYZ | 37.24 | 60.4 | 27.46 | - |
| YUV | 179.5 | 94.42 | 74.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 229 | 120 | 0.54 | 0 | 0.48 | 0.10 | 127.26 | 0.7 | 0.65 |
| Hex | 69 | E5 | 78 | 36 | 0 | 30 | A | 7F | 46 | 41 |
| Octal | 151 | 345 | 170 | 66 | 0 | 60 | 12 | 177 | 106 | 101 |
| Binary | 1101001 | 11100101 | 1111000 | 110110 | 0 | 110000 | 1010 | 1111111 | 1000110 | 1000001 |
Color Harmonies of #69E578
Complementary color
Monochromatic Colors of #69E578
Black with #69E578
Text Example
Text Example
White with #69E578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E578; }
p { color: rgb(105,229,120); }
H1.HeaderClassName
{
color: #69E578;
}
.AnyTagClassName
{
color: #69E578;
}
</style>
background-color css
<style>
a { background-color: #69E578; }
a { background-color: rgb(105,229,120); }
div.DivClassName
{
background-color: #69E578;
}
.BgClassName
{
background-color: #69E578;
}
</style>
border-color css
<style>
span { border-color: #69E578; }
span { border-color: rgb(105,229,120); }
td.TdClassName
{
border-color: #69E578;
}
.TagClassName
{
border-color: #69E578;
}
</style>