Shades of Pastel Green #69E76D
Tints of Pastel Green #69E76D
RGB
CMYK
RGB Variations
Color information
#69E76D (or 0x69E76D) is known color: Pastel Green. HEX triplet: 69, E7 and 6D. RGB value is (105,231,109). Sum of RGB (Red+Green+Blue) = 105+231+109=445 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.60% from 445); Green value is 231 (90.62% from 255 or 51.91% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 231 - color contains mainly: green. Hex color #69E76D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #69E76D is #961892. Grayscale: #B3B3B3. Windows color (decimal): -9836691 or 7202665. OLE color: 7202665.
HSL color Cylindrical-coordinate representation of color #69E76D: hue angle of 121.9º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69E76D is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 231 | 109 | - |
| CMYK | 0.55 | 0 | 0.53 | 0.09 |
| HSL | 121.9º | 0.72% | 0.66% | - |
| HSV(B) | 121.9º | 0.55% | 0.91% | - |
| XYZ | 37.16 | 61.26 | 24.33 | - |
| YUV | 179.42 | 88.26 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 231 | 109 | 0.55 | 0 | 0.53 | 0.09 | 121.9 | 0.72 | 0.66 |
| Hex | 69 | E7 | 6D | 37 | 0 | 35 | 9 | 7A | 48 | 42 |
| Octal | 151 | 347 | 155 | 67 | 0 | 65 | 11 | 172 | 110 | 102 |
| Binary | 1101001 | 11100111 | 1101101 | 110111 | 0 | 110101 | 1001 | 1111010 | 1001000 | 1000010 |
Color Harmonies of #69E76D
Complementary color
Monochromatic Colors of #69E76D
Black with #69E76D
Text Example
Text Example
White with #69E76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E76D; }
p { color: rgb(105,231,109); }
H1.HeaderClassName
{
color: #69E76D;
}
.AnyTagClassName
{
color: #69E76D;
}
</style>
background-color css
<style>
a { background-color: #69E76D; }
a { background-color: rgb(105,231,109); }
div.DivClassName
{
background-color: #69E76D;
}
.BgClassName
{
background-color: #69E76D;
}
</style>
border-color css
<style>
span { border-color: #69E76D; }
span { border-color: rgb(105,231,109); }
td.TdClassName
{
border-color: #69E76D;
}
.TagClassName
{
border-color: #69E76D;
}
</style>