Shades of Pastel Green #69D575
Tints of Pastel Green #69D575
RGB
CMYK
RGB Variations
Color information
#69D575 (or 0x69D575) is known color: Pastel Green. HEX triplet: 69, D5 and 75. RGB value is (105,213,117). Sum of RGB (Red+Green+Blue) = 105+213+117=435 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.14% from 435); Green value is 213 (83.59% from 255 or 48.97% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 213 - color contains mainly: green. Hex color #69D575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D575 is #962A8A. Grayscale: #AAAAAA. Windows color (decimal): -9841291 or 7722345. OLE color: 7722345.
HSL color Cylindrical-coordinate representation of color #69D575: hue angle of 126.67º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69D575 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 213 | 117 | - |
| CMYK | 0.51 | 0 | 0.45 | 0.16 |
| HSL | 126.67º | 0.56% | 0.62% | - |
| HSV(B) | 126.67º | 0.51% | 0.84% | - |
| XYZ | 32.83 | 51.88 | 25.11 | - |
| YUV | 169.76 | 98.22 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 213 | 117 | 0.51 | 0 | 0.45 | 0.16 | 126.67 | 0.56 | 0.62 |
| Hex | 69 | D5 | 75 | 33 | 0 | 2D | 10 | 7F | 38 | 3E |
| Octal | 151 | 325 | 165 | 63 | 0 | 55 | 20 | 177 | 70 | 76 |
| Binary | 1101001 | 11010101 | 1110101 | 110011 | 0 | 101101 | 10000 | 1111111 | 111000 | 111110 |
Color Harmonies of #69D575
Complementary color
Monochromatic Colors of #69D575
Black with #69D575
Text Example
Text Example
White with #69D575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D575; }
p { color: rgb(105,213,117); }
H1.HeaderClassName
{
color: #69D575;
}
.AnyTagClassName
{
color: #69D575;
}
</style>
background-color css
<style>
a { background-color: #69D575; }
a { background-color: rgb(105,213,117); }
div.DivClassName
{
background-color: #69D575;
}
.BgClassName
{
background-color: #69D575;
}
</style>
border-color css
<style>
span { border-color: #69D575; }
span { border-color: rgb(105,213,117); }
td.TdClassName
{
border-color: #69D575;
}
.TagClassName
{
border-color: #69D575;
}
</style>