Shades of Pastel Green #69DC73
Tints of Pastel Green #69DC73
RGB
CMYK
RGB Variations
Color information
#69DC73 (or 0x69DC73) is known color: Pastel Green. HEX triplet: 69, DC and 73. RGB value is (105,220,115). Sum of RGB (Red+Green+Blue) = 105+220+115=440 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.86% from 440); Green value is 220 (86.33% from 255 or 50% from 440); Blue value is 115 (45.31% from 255 or 26.14% from 440); Max value from RGB is 220 - color contains mainly: green. Hex color #69DC73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DC73 is #96238C. Grayscale: #ADADAD. Windows color (decimal): -9839501 or 7593065. OLE color: 7593065.
HSL color Cylindrical-coordinate representation of color #69DC73: hue angle of 125.22º 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 #69DC73 is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 220 | 115 | - |
| CMYK | 0.52 | 0 | 0.48 | 0.14 |
| HSL | 125.22º | 0.62% | 0.64% | - |
| HSV(B) | 125.22º | 0.52% | 0.86% | - |
| XYZ | 34.51 | 55.43 | 25.1 | - |
| YUV | 173.65 | 94.9 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 220 | 115 | 0.52 | 0 | 0.48 | 0.14 | 125.22 | 0.62 | 0.64 |
| Hex | 69 | DC | 73 | 34 | 0 | 30 | E | 7D | 3E | 40 |
| Octal | 151 | 334 | 163 | 64 | 0 | 60 | 16 | 175 | 76 | 100 |
| Binary | 1101001 | 11011100 | 1110011 | 110100 | 0 | 110000 | 1110 | 1111101 | 111110 | 1000000 |
Color Harmonies of #69DC73
Complementary color
Monochromatic Colors of #69DC73
Black with #69DC73
Text Example
Text Example
White with #69DC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DC73; }
p { color: rgb(105,220,115); }
H1.HeaderClassName
{
color: #69DC73;
}
.AnyTagClassName
{
color: #69DC73;
}
</style>
background-color css
<style>
a { background-color: #69DC73; }
a { background-color: rgb(105,220,115); }
div.DivClassName
{
background-color: #69DC73;
}
.BgClassName
{
background-color: #69DC73;
}
</style>
border-color css
<style>
span { border-color: #69DC73; }
span { border-color: rgb(105,220,115); }
td.TdClassName
{
border-color: #69DC73;
}
.TagClassName
{
border-color: #69DC73;
}
</style>