Shades of Pastel Green #68DC69
Tints of Pastel Green #68DC69
RGB
CMYK
RGB Variations
Color information
#68DC69 (or 0x68DC69) is known color: Pastel Green. HEX triplet: 68, DC and 69. RGB value is (104,220,105). Sum of RGB (Red+Green+Blue) = 104+220+105=429 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.24% from 429); Green value is 220 (86.33% from 255 or 51.28% from 429); Blue value is 105 (41.41% from 255 or 24.48% from 429); Max value from RGB is 220 - color contains mainly: green. Hex color #68DC69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DC69 is #972396. Grayscale: #ACACAC. Windows color (decimal): -9905047 or 6937704. OLE color: 6937704.
HSL color Cylindrical-coordinate representation of color #68DC69: hue angle of 120.52º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DC69 is Cyan = 0.53, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 220 | 105 | - |
| CMYK | 0.53 | 0 | 0.52 | 0.14 |
| HSL | 120.52º | 0.62% | 0.64% | - |
| HSV(B) | 120.52º | 0.53% | 0.86% | - |
| XYZ | 33.85 | 55.15 | 22.23 | - |
| YUV | 172.21 | 90.07 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 105 | 0.53 | 0 | 0.52 | 0.14 | 120.52 | 0.62 | 0.64 |
| Hex | 68 | DC | 69 | 35 | 0 | 34 | E | 79 | 3E | 40 |
| Octal | 150 | 334 | 151 | 65 | 0 | 64 | 16 | 171 | 76 | 100 |
| Binary | 1101000 | 11011100 | 1101001 | 110101 | 0 | 110100 | 1110 | 1111001 | 111110 | 1000000 |
Color Harmonies of #68DC69
Complementary color
Monochromatic Colors of #68DC69
Black with #68DC69
Text Example
Text Example
White with #68DC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DC69; }
p { color: rgb(104,220,105); }
H1.HeaderClassName
{
color: #68DC69;
}
.AnyTagClassName
{
color: #68DC69;
}
</style>
background-color css
<style>
a { background-color: #68DC69; }
a { background-color: rgb(104,220,105); }
div.DivClassName
{
background-color: #68DC69;
}
.BgClassName
{
background-color: #68DC69;
}
</style>
border-color css
<style>
span { border-color: #68DC69; }
span { border-color: rgb(104,220,105); }
td.TdClassName
{
border-color: #68DC69;
}
.TagClassName
{
border-color: #68DC69;
}
</style>