Shades of Pastel Green #69DD5E
Tints of Pastel Green #69DD5E
RGB
CMYK
RGB Variations
Color information
#69DD5E (or 0x69DD5E) is known color: Pastel Green. HEX triplet: 69, DD and 5E. RGB value is (105,221,94). Sum of RGB (Red+Green+Blue) = 105+221+94=420 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25% from 420); Green value is 221 (86.72% from 255 or 52.62% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 221 - color contains mainly: green. Hex color #69DD5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DD5E is #9622A1. Grayscale: #ACACAC. Windows color (decimal): -9839266 or 6217065. OLE color: 6217065.
HSL color Cylindrical-coordinate representation of color #69DD5E: hue angle of 114.8º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69DD5E is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 221 | 94 | - |
| CMYK | 0.52 | 0 | 0.57 | 0.13 |
| HSL | 114.8º | 0.65% | 0.62% | - |
| HSV(B) | 114.8º | 0.57% | 0.87% | - |
| XYZ | 33.7 | 55.52 | 19.53 | - |
| YUV | 171.84 | 84.07 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 221 | 94 | 0.52 | 0 | 0.57 | 0.13 | 114.8 | 0.65 | 0.62 |
| Hex | 69 | DD | 5E | 34 | 0 | 39 | D | 73 | 41 | 3E |
| Octal | 151 | 335 | 136 | 64 | 0 | 71 | 15 | 163 | 101 | 76 |
| Binary | 1101001 | 11011101 | 1011110 | 110100 | 0 | 111001 | 1101 | 1110011 | 1000001 | 111110 |
Color Harmonies of #69DD5E
Complementary color
Monochromatic Colors of #69DD5E
Black with #69DD5E
Text Example
Text Example
White with #69DD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DD5E; }
p { color: rgb(105,221,94); }
H1.HeaderClassName
{
color: #69DD5E;
}
.AnyTagClassName
{
color: #69DD5E;
}
</style>
background-color css
<style>
a { background-color: #69DD5E; }
a { background-color: rgb(105,221,94); }
div.DivClassName
{
background-color: #69DD5E;
}
.BgClassName
{
background-color: #69DD5E;
}
</style>
border-color css
<style>
span { border-color: #69DD5E; }
span { border-color: rgb(105,221,94); }
td.TdClassName
{
border-color: #69DD5E;
}
.TagClassName
{
border-color: #69DD5E;
}
</style>