Shades of Pastel Green #69DC70
Tints of Pastel Green #69DC70
RGB
CMYK
RGB Variations
Color information
#69DC70 (or 0x69DC70) is known color: Pastel Green. HEX triplet: 69, DC and 70. RGB value is (105,220,112). Sum of RGB (Red+Green+Blue) = 105+220+112=437 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.03% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #69DC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DC70 is #96238F. Grayscale: #ADADAD. Windows color (decimal): -9839504 or 7396457. OLE color: 7396457.
HSL color Cylindrical-coordinate representation of color #69DC70: hue angle of 123.65º 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 #69DC70 is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 220 | 112 | - |
| CMYK | 0.52 | 0 | 0.49 | 0.14 |
| HSL | 123.65º | 0.62% | 0.64% | - |
| HSV(B) | 123.65º | 0.52% | 0.86% | - |
| XYZ | 34.34 | 55.36 | 24.2 | - |
| YUV | 173.3 | 93.4 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 220 | 112 | 0.52 | 0 | 0.49 | 0.14 | 123.65 | 0.62 | 0.64 |
| Hex | 69 | DC | 70 | 34 | 0 | 31 | E | 7C | 3E | 40 |
| Octal | 151 | 334 | 160 | 64 | 0 | 61 | 16 | 174 | 76 | 100 |
| Binary | 1101001 | 11011100 | 1110000 | 110100 | 0 | 110001 | 1110 | 1111100 | 111110 | 1000000 |
Color Harmonies of #69DC70
Complementary color
Monochromatic Colors of #69DC70
Black with #69DC70
Text Example
Text Example
White with #69DC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DC70; }
p { color: rgb(105,220,112); }
H1.HeaderClassName
{
color: #69DC70;
}
.AnyTagClassName
{
color: #69DC70;
}
</style>
background-color css
<style>
a { background-color: #69DC70; }
a { background-color: rgb(105,220,112); }
div.DivClassName
{
background-color: #69DC70;
}
.BgClassName
{
background-color: #69DC70;
}
</style>
border-color css
<style>
span { border-color: #69DC70; }
span { border-color: rgb(105,220,112); }
td.TdClassName
{
border-color: #69DC70;
}
.TagClassName
{
border-color: #69DC70;
}
</style>