Shades of Pastel Green #69D37D
Tints of Pastel Green #69D37D
RGB
CMYK
RGB Variations
Color information
#69D37D (or 0x69D37D) is known color: Pastel Green. HEX triplet: 69, D3 and 7D. RGB value is (105,211,125). Sum of RGB (Red+Green+Blue) = 105+211+125=441 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.81% from 441); Green value is 211 (82.81% from 255 or 47.85% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 211 - color contains mainly: green. Hex color #69D37D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D37D is #962C82. Grayscale: #A9A9A9. Windows color (decimal): -9841795 or 8246121. OLE color: 8246121.
HSL color Cylindrical-coordinate representation of color #69D37D: hue angle of 131.32º 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 #69D37D is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 105 | 211 | 125 | - |
| CMYK | 0.50 | 0 | 0.41 | 0.17 |
| HSL | 131.32º | 0.55% | 0.62% | - |
| HSV(B) | 131.32º | 0.5% | 0.83% | - |
| XYZ | 32.82 | 51.07 | 27.53 | - |
| YUV | 169.5 | 102.88 | 81.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 211 | 125 | 0.50 | 0 | 0.41 | 0.17 | 131.32 | 0.55 | 0.62 |
| Hex | 69 | D3 | 7D | 32 | 0 | 29 | 11 | 83 | 37 | 3E |
| Octal | 151 | 323 | 175 | 62 | 0 | 51 | 21 | 203 | 67 | 76 |
| Binary | 1101001 | 11010011 | 1111101 | 110010 | 0 | 101001 | 10001 | 10000011 | 110111 | 111110 |
Color Harmonies of #69D37D
Complementary color
Monochromatic Colors of #69D37D
Black with #69D37D
Text Example
Text Example
White with #69D37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D37D; }
p { color: rgb(105,211,125); }
H1.HeaderClassName
{
color: #69D37D;
}
.AnyTagClassName
{
color: #69D37D;
}
</style>
background-color css
<style>
a { background-color: #69D37D; }
a { background-color: rgb(105,211,125); }
div.DivClassName
{
background-color: #69D37D;
}
.BgClassName
{
background-color: #69D37D;
}
</style>
border-color css
<style>
span { border-color: #69D37D; }
span { border-color: rgb(105,211,125); }
td.TdClassName
{
border-color: #69D37D;
}
.TagClassName
{
border-color: #69D37D;
}
</style>