Shades of Pastel Green #69DB63
Tints of Pastel Green #69DB63
RGB
CMYK
RGB Variations
Color information
#69DB63 (or 0x69DB63) is known color: Pastel Green. HEX triplet: 69, DB and 63. RGB value is (105,219,99). Sum of RGB (Red+Green+Blue) = 105+219+99=423 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.82% from 423); Green value is 219 (85.94% from 255 or 51.77% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 219 - color contains mainly: green. Hex color #69DB63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DB63 is #96249C. Grayscale: #ABABAB. Windows color (decimal): -9839773 or 6544233. OLE color: 6544233.
HSL color Cylindrical-coordinate representation of color #69DB63: hue angle of 117º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69DB63 is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 219 | 99 | - |
| CMYK | 0.52 | 0 | 0.55 | 0.14 |
| HSL | 117º | 0.63% | 0.62% | - |
| HSV(B) | 117º | 0.55% | 0.86% | - |
| XYZ | 33.41 | 54.57 | 20.58 | - |
| YUV | 171.23 | 87.23 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 219 | 99 | 0.52 | 0 | 0.55 | 0.14 | 117 | 0.63 | 0.62 |
| Hex | 69 | DB | 63 | 34 | 0 | 37 | E | 75 | 3E | 3E |
| Octal | 151 | 333 | 143 | 64 | 0 | 67 | 16 | 165 | 76 | 76 |
| Binary | 1101001 | 11011011 | 1100011 | 110100 | 0 | 110111 | 1110 | 1110101 | 111110 | 111110 |
Color Harmonies of #69DB63
Complementary color
Monochromatic Colors of #69DB63
Black with #69DB63
Text Example
Text Example
White with #69DB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DB63; }
p { color: rgb(105,219,99); }
H1.HeaderClassName
{
color: #69DB63;
}
.AnyTagClassName
{
color: #69DB63;
}
</style>
background-color css
<style>
a { background-color: #69DB63; }
a { background-color: rgb(105,219,99); }
div.DivClassName
{
background-color: #69DB63;
}
.BgClassName
{
background-color: #69DB63;
}
</style>
border-color css
<style>
span { border-color: #69DB63; }
span { border-color: rgb(105,219,99); }
td.TdClassName
{
border-color: #69DB63;
}
.TagClassName
{
border-color: #69DB63;
}
</style>