Shades of Pastel Green #69DC7E
Tints of Pastel Green #69DC7E
RGB
CMYK
RGB Variations
Color information
#69DC7E (or 0x69DC7E) is known color: Pastel Green. HEX triplet: 69, DC and 7E. RGB value is (105,220,126). Sum of RGB (Red+Green+Blue) = 105+220+126=451 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.28% from 451); Green value is 220 (86.33% from 255 or 48.78% from 451); Blue value is 126 (49.61% from 255 or 27.94% from 451); Max value from RGB is 220 - color contains mainly: green. Hex color #69DC7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DC7E is #962381. Grayscale: #AFAFAF. Windows color (decimal): -9839490 or 8313961. OLE color: 8313961.
HSL color Cylindrical-coordinate representation of color #69DC7E: hue angle of 130.96º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69DC7E is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 220 | 126 | - |
| CMYK | 0.52 | 0 | 0.43 | 0.14 |
| HSL | 130.96º | 0.62% | 0.64% | - |
| HSV(B) | 130.96º | 0.52% | 0.86% | - |
| XYZ | 35.18 | 55.7 | 28.63 | - |
| YUV | 174.9 | 100.4 | 78.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 220 | 126 | 0.52 | 0 | 0.43 | 0.14 | 130.96 | 0.62 | 0.64 |
| Hex | 69 | DC | 7E | 34 | 0 | 2B | E | 83 | 3E | 40 |
| Octal | 151 | 334 | 176 | 64 | 0 | 53 | 16 | 203 | 76 | 100 |
| Binary | 1101001 | 11011100 | 1111110 | 110100 | 0 | 101011 | 1110 | 10000011 | 111110 | 1000000 |
Color Harmonies of #69DC7E
Complementary color
Monochromatic Colors of #69DC7E
Black with #69DC7E
Text Example
Text Example
White with #69DC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DC7E; }
p { color: rgb(105,220,126); }
H1.HeaderClassName
{
color: #69DC7E;
}
.AnyTagClassName
{
color: #69DC7E;
}
</style>
background-color css
<style>
a { background-color: #69DC7E; }
a { background-color: rgb(105,220,126); }
div.DivClassName
{
background-color: #69DC7E;
}
.BgClassName
{
background-color: #69DC7E;
}
</style>
border-color css
<style>
span { border-color: #69DC7E; }
span { border-color: rgb(105,220,126); }
td.TdClassName
{
border-color: #69DC7E;
}
.TagClassName
{
border-color: #69DC7E;
}
</style>