Shades of Pastel Green #69D85C
Tints of Pastel Green #69D85C
RGB
CMYK
RGB Variations
Color information
#69D85C (or 0x69D85C) is known color: Pastel Green. HEX triplet: 69, D8 and 5C. RGB value is (105,216,92). Sum of RGB (Red+Green+Blue) = 105+216+92=413 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.42% from 413); Green value is 216 (84.77% from 255 or 52.30% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 216 - color contains mainly: green. Hex color #69D85C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D85C is #9627A3. Grayscale: #A9A9A9. Windows color (decimal): -9840548 or 6084713. OLE color: 6084713.
HSL color Cylindrical-coordinate representation of color #69D85C: hue angle of 113.71º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69D85C is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 216 | 92 | - |
| CMYK | 0.51 | 0 | 0.57 | 0.15 |
| HSL | 113.71º | 0.61% | 0.6% | - |
| HSV(B) | 113.71º | 0.57% | 0.85% | - |
| XYZ | 32.31 | 52.89 | 18.63 | - |
| YUV | 168.68 | 84.73 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 216 | 92 | 0.51 | 0 | 0.57 | 0.15 | 113.71 | 0.61 | 0.6 |
| Hex | 69 | D8 | 5C | 33 | 0 | 39 | F | 72 | 3D | 3C |
| Octal | 151 | 330 | 134 | 63 | 0 | 71 | 17 | 162 | 75 | 74 |
| Binary | 1101001 | 11011000 | 1011100 | 110011 | 0 | 111001 | 1111 | 1110010 | 111101 | 111100 |
Color Harmonies of #69D85C
Complementary color
Monochromatic Colors of #69D85C
Black with #69D85C
Text Example
Text Example
White with #69D85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D85C; }
p { color: rgb(105,216,92); }
H1.HeaderClassName
{
color: #69D85C;
}
.AnyTagClassName
{
color: #69D85C;
}
</style>
background-color css
<style>
a { background-color: #69D85C; }
a { background-color: rgb(105,216,92); }
div.DivClassName
{
background-color: #69D85C;
}
.BgClassName
{
background-color: #69D85C;
}
</style>
border-color css
<style>
span { border-color: #69D85C; }
span { border-color: rgb(105,216,92); }
td.TdClassName
{
border-color: #69D85C;
}
.TagClassName
{
border-color: #69D85C;
}
</style>