Shades of Pastel Green #69DC6E
Tints of Pastel Green #69DC6E
RGB
CMYK
RGB Variations
Color information
#69DC6E (or 0x69DC6E) is known color: Pastel Green. HEX triplet: 69, DC and 6E. RGB value is (105,220,110). Sum of RGB (Red+Green+Blue) = 105+220+110=435 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.14% from 435); Green value is 220 (86.33% from 255 or 50.57% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 220 - color contains mainly: green. Hex color #69DC6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DC6E is #962391. Grayscale: #ADADAD. Windows color (decimal): -9839506 or 7265385. OLE color: 7265385.
HSL color Cylindrical-coordinate representation of color #69DC6E: hue angle of 122.61º 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 #69DC6E is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 220 | 110 | - |
| CMYK | 0.52 | 0 | 0.50 | 0.14 |
| HSL | 122.61º | 0.62% | 0.64% | - |
| HSV(B) | 122.61º | 0.52% | 0.86% | - |
| XYZ | 34.23 | 55.32 | 23.62 | - |
| YUV | 173.08 | 92.4 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 220 | 110 | 0.52 | 0 | 0.50 | 0.14 | 122.61 | 0.62 | 0.64 |
| Hex | 69 | DC | 6E | 34 | 0 | 32 | E | 7B | 3E | 40 |
| Octal | 151 | 334 | 156 | 64 | 0 | 62 | 16 | 173 | 76 | 100 |
| Binary | 1101001 | 11011100 | 1101110 | 110100 | 0 | 110010 | 1110 | 1111011 | 111110 | 1000000 |
Color Harmonies of #69DC6E
Complementary color
Monochromatic Colors of #69DC6E
Black with #69DC6E
Text Example
Text Example
White with #69DC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DC6E; }
p { color: rgb(105,220,110); }
H1.HeaderClassName
{
color: #69DC6E;
}
.AnyTagClassName
{
color: #69DC6E;
}
</style>
background-color css
<style>
a { background-color: #69DC6E; }
a { background-color: rgb(105,220,110); }
div.DivClassName
{
background-color: #69DC6E;
}
.BgClassName
{
background-color: #69DC6E;
}
</style>
border-color css
<style>
span { border-color: #69DC6E; }
span { border-color: rgb(105,220,110); }
td.TdClassName
{
border-color: #69DC6E;
}
.TagClassName
{
border-color: #69DC6E;
}
</style>