Shades of Pastel Green #69DC63
Tints of Pastel Green #69DC63
RGB
CMYK
RGB Variations
Color information
#69DC63 (or 0x69DC63) is known color: Pastel Green. HEX triplet: 69, DC and 63. RGB value is (105,220,99). Sum of RGB (Red+Green+Blue) = 105+220+99=424 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.76% from 424); Green value is 220 (86.33% from 255 or 51.89% from 424); Blue value is 99 (39.06% from 255 or 23.35% from 424); Max value from RGB is 220 - color contains mainly: green. Hex color #69DC63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DC63 is #96239C. Grayscale: #ACACAC. Windows color (decimal): -9839517 or 6544489. OLE color: 6544489.
HSL color Cylindrical-coordinate representation of color #69DC63: hue angle of 117.02º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69DC63 is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 220 | 99 | - |
| CMYK | 0.52 | 0 | 0.55 | 0.14 |
| HSL | 117.02º | 0.63% | 0.63% | - |
| HSV(B) | 117.02º | 0.55% | 0.86% | - |
| XYZ | 33.67 | 55.09 | 20.66 | - |
| YUV | 171.82 | 86.9 | 80.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 220 | 99 | 0.52 | 0 | 0.55 | 0.14 | 117.02 | 0.63 | 0.63 |
| Hex | 69 | DC | 63 | 34 | 0 | 37 | E | 75 | 3F | 3F |
| Octal | 151 | 334 | 143 | 64 | 0 | 67 | 16 | 165 | 77 | 77 |
| Binary | 1101001 | 11011100 | 1100011 | 110100 | 0 | 110111 | 1110 | 1110101 | 111111 | 111111 |
Color Harmonies of #69DC63
Complementary color
Monochromatic Colors of #69DC63
Black with #69DC63
Text Example
Text Example
White with #69DC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DC63; }
p { color: rgb(105,220,99); }
H1.HeaderClassName
{
color: #69DC63;
}
.AnyTagClassName
{
color: #69DC63;
}
</style>
background-color css
<style>
a { background-color: #69DC63; }
a { background-color: rgb(105,220,99); }
div.DivClassName
{
background-color: #69DC63;
}
.BgClassName
{
background-color: #69DC63;
}
</style>
border-color css
<style>
span { border-color: #69DC63; }
span { border-color: rgb(105,220,99); }
td.TdClassName
{
border-color: #69DC63;
}
.TagClassName
{
border-color: #69DC63;
}
</style>