Shades of Pastel Green #69D85D
Tints of Pastel Green #69D85D
RGB
CMYK
RGB Variations
Color information
#69D85D (or 0x69D85D) is known color: Pastel Green. HEX triplet: 69, D8 and 5D. RGB value is (105,216,93). Sum of RGB (Red+Green+Blue) = 105+216+93=414 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.36% from 414); Green value is 216 (84.77% from 255 or 52.17% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 216 - color contains mainly: green. Hex color #69D85D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D85D is #9627A2. Grayscale: #A9A9A9. Windows color (decimal): -9840547 or 6150249. OLE color: 6150249.
HSL color Cylindrical-coordinate representation of color #69D85D: hue angle of 114.15º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69D85D is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 216 | 93 | - |
| CMYK | 0.51 | 0 | 0.57 | 0.15 |
| HSL | 114.15º | 0.61% | 0.61% | - |
| HSV(B) | 114.15º | 0.57% | 0.85% | - |
| XYZ | 32.36 | 52.91 | 18.86 | - |
| YUV | 168.79 | 85.23 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 216 | 93 | 0.51 | 0 | 0.57 | 0.15 | 114.15 | 0.61 | 0.61 |
| Hex | 69 | D8 | 5D | 33 | 0 | 39 | F | 72 | 3D | 3D |
| Octal | 151 | 330 | 135 | 63 | 0 | 71 | 17 | 162 | 75 | 75 |
| Binary | 1101001 | 11011000 | 1011101 | 110011 | 0 | 111001 | 1111 | 1110010 | 111101 | 111101 |
Color Harmonies of #69D85D
Complementary color
Monochromatic Colors of #69D85D
Black with #69D85D
Text Example
Text Example
White with #69D85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D85D; }
p { color: rgb(105,216,93); }
H1.HeaderClassName
{
color: #69D85D;
}
.AnyTagClassName
{
color: #69D85D;
}
</style>
background-color css
<style>
a { background-color: #69D85D; }
a { background-color: rgb(105,216,93); }
div.DivClassName
{
background-color: #69D85D;
}
.BgClassName
{
background-color: #69D85D;
}
</style>
border-color css
<style>
span { border-color: #69D85D; }
span { border-color: rgb(105,216,93); }
td.TdClassName
{
border-color: #69D85D;
}
.TagClassName
{
border-color: #69D85D;
}
</style>