Shades of Pastel Green #69E168
Tints of Pastel Green #69E168
RGB
CMYK
RGB Variations
Color information
#69E168 (or 0x69E168) is known color: Pastel Green. HEX triplet: 69, E1 and 68. RGB value is (105,225,104). Sum of RGB (Red+Green+Blue) = 105+225+104=434 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.19% from 434); Green value is 225 (88.28% from 255 or 51.84% from 434); Blue value is 104 (41.02% from 255 or 23.96% from 434); Max value from RGB is 225 - color contains mainly: green. Hex color #69E168 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69E168 is #961E97. Grayscale: #AFAFAF. Windows color (decimal): -9838232 or 6873449. OLE color: 6873449.
HSL color Cylindrical-coordinate representation of color #69E168: hue angle of 119.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69E168 is Cyan = 0.53, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 105 | 225 | 104 | - |
| CMYK | 0.53 | 0 | 0.54 | 0.12 |
| HSL | 119.5º | 0.67% | 0.65% | - |
| HSV(B) | 119.5º | 0.54% | 0.88% | - |
| XYZ | 35.25 | 57.85 | 22.41 | - |
| YUV | 175.33 | 87.74 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 225 | 104 | 0.53 | 0 | 0.54 | 0.12 | 119.5 | 0.67 | 0.65 |
| Hex | 69 | E1 | 68 | 35 | 0 | 36 | C | 78 | 43 | 41 |
| Octal | 151 | 341 | 150 | 65 | 0 | 66 | 14 | 170 | 103 | 101 |
| Binary | 1101001 | 11100001 | 1101000 | 110101 | 0 | 110110 | 1100 | 1111000 | 1000011 | 1000001 |
Color Harmonies of #69E168
Complementary color
Monochromatic Colors of #69E168
Black with #69E168
Text Example
Text Example
White with #69E168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E168; }
p { color: rgb(105,225,104); }
H1.HeaderClassName
{
color: #69E168;
}
.AnyTagClassName
{
color: #69E168;
}
</style>
background-color css
<style>
a { background-color: #69E168; }
a { background-color: rgb(105,225,104); }
div.DivClassName
{
background-color: #69E168;
}
.BgClassName
{
background-color: #69E168;
}
</style>
border-color css
<style>
span { border-color: #69E168; }
span { border-color: rgb(105,225,104); }
td.TdClassName
{
border-color: #69E168;
}
.TagClassName
{
border-color: #69E168;
}
</style>