Shades of Pastel Green #69DC5E
Tints of Pastel Green #69DC5E
RGB
CMYK
RGB Variations
Color information
#69DC5E (or 0x69DC5E) is known color: Pastel Green. HEX triplet: 69, DC and 5E. RGB value is (105,220,94). Sum of RGB (Red+Green+Blue) = 105+220+94=419 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.06% from 419); Green value is 220 (86.33% from 255 or 52.51% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 220 - color contains mainly: green. Hex color #69DC5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DC5E is #9623A1. Grayscale: #ABABAB. Windows color (decimal): -9839522 or 6216809. OLE color: 6216809.
HSL color Cylindrical-coordinate representation of color #69DC5E: hue angle of 114.76º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69DC5E is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 220 | 94 | - |
| CMYK | 0.52 | 0 | 0.57 | 0.14 |
| HSL | 114.76º | 0.64% | 0.62% | - |
| HSV(B) | 114.76º | 0.57% | 0.86% | - |
| XYZ | 33.44 | 55 | 19.44 | - |
| YUV | 171.25 | 84.4 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 220 | 94 | 0.52 | 0 | 0.57 | 0.14 | 114.76 | 0.64 | 0.62 |
| Hex | 69 | DC | 5E | 34 | 0 | 39 | E | 73 | 40 | 3E |
| Octal | 151 | 334 | 136 | 64 | 0 | 71 | 16 | 163 | 100 | 76 |
| Binary | 1101001 | 11011100 | 1011110 | 110100 | 0 | 111001 | 1110 | 1110011 | 1000000 | 111110 |
Color Harmonies of #69DC5E
Complementary color
Monochromatic Colors of #69DC5E
Black with #69DC5E
Text Example
Text Example
White with #69DC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DC5E; }
p { color: rgb(105,220,94); }
H1.HeaderClassName
{
color: #69DC5E;
}
.AnyTagClassName
{
color: #69DC5E;
}
</style>
background-color css
<style>
a { background-color: #69DC5E; }
a { background-color: rgb(105,220,94); }
div.DivClassName
{
background-color: #69DC5E;
}
.BgClassName
{
background-color: #69DC5E;
}
</style>
border-color css
<style>
span { border-color: #69DC5E; }
span { border-color: rgb(105,220,94); }
td.TdClassName
{
border-color: #69DC5E;
}
.TagClassName
{
border-color: #69DC5E;
}
</style>