Shades of Pastel Green #69D36D
Tints of Pastel Green #69D36D
RGB
CMYK
RGB Variations
Color information
#69D36D (or 0x69D36D) is known color: Pastel Green. HEX triplet: 69, D3 and 6D. RGB value is (105,211,109). Sum of RGB (Red+Green+Blue) = 105+211+109=425 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.71% from 425); Green value is 211 (82.81% from 255 or 49.65% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 211 - color contains mainly: green. Hex color #69D36D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D36D is #962C92. Grayscale: #A7A7A7. Windows color (decimal): -9841811 or 7197545. OLE color: 7197545.
HSL color Cylindrical-coordinate representation of color #69D36D: hue angle of 122.26º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69D36D is Cyan = 0.50, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 105 | 211 | 109 | - |
| CMYK | 0.50 | 0 | 0.48 | 0.17 |
| HSL | 122.26º | 0.55% | 0.62% | - |
| HSV(B) | 122.26º | 0.5% | 0.83% | - |
| XYZ | 31.88 | 50.7 | 22.57 | - |
| YUV | 167.68 | 94.88 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 211 | 109 | 0.50 | 0 | 0.48 | 0.17 | 122.26 | 0.55 | 0.62 |
| Hex | 69 | D3 | 6D | 32 | 0 | 30 | 11 | 7A | 37 | 3E |
| Octal | 151 | 323 | 155 | 62 | 0 | 60 | 21 | 172 | 67 | 76 |
| Binary | 1101001 | 11010011 | 1101101 | 110010 | 0 | 110000 | 10001 | 1111010 | 110111 | 111110 |
Color Harmonies of #69D36D
Complementary color
Monochromatic Colors of #69D36D
Black with #69D36D
Text Example
Text Example
White with #69D36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D36D; }
p { color: rgb(105,211,109); }
H1.HeaderClassName
{
color: #69D36D;
}
.AnyTagClassName
{
color: #69D36D;
}
</style>
background-color css
<style>
a { background-color: #69D36D; }
a { background-color: rgb(105,211,109); }
div.DivClassName
{
background-color: #69D36D;
}
.BgClassName
{
background-color: #69D36D;
}
</style>
border-color css
<style>
span { border-color: #69D36D; }
span { border-color: rgb(105,211,109); }
td.TdClassName
{
border-color: #69D36D;
}
.TagClassName
{
border-color: #69D36D;
}
</style>