Shades of Pastel Green #69D585
Tints of Pastel Green #69D585
RGB
CMYK
RGB Variations
Color information
#69D585 (or 0x69D585) is known color: Pastel Green. HEX triplet: 69, D5 and 85. RGB value is (105,213,133). Sum of RGB (Red+Green+Blue) = 105+213+133=451 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.28% from 451); Green value is 213 (83.59% from 255 or 47.23% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 213 - color contains mainly: green. Hex color #69D585 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D585 is #962A7A. Grayscale: #ABABAB. Windows color (decimal): -9841275 or 8770921. OLE color: 8770921.
HSL color Cylindrical-coordinate representation of color #69D585: hue angle of 135.56º 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 #69D585 is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 213 | 133 | - |
| CMYK | 0.51 | 0 | 0.38 | 0.16 |
| HSL | 135.56º | 0.56% | 0.62% | - |
| HSV(B) | 135.56º | 0.51% | 0.84% | - |
| XYZ | 33.85 | 52.29 | 30.5 | - |
| YUV | 171.59 | 106.22 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 213 | 133 | 0.51 | 0 | 0.38 | 0.16 | 135.56 | 0.56 | 0.62 |
| Hex | 69 | D5 | 85 | 33 | 0 | 26 | 10 | 88 | 38 | 3E |
| Octal | 151 | 325 | 205 | 63 | 0 | 46 | 20 | 210 | 70 | 76 |
| Binary | 1101001 | 11010101 | 10000101 | 110011 | 0 | 100110 | 10000 | 10001000 | 111000 | 111110 |
Color Harmonies of #69D585
Complementary color
Monochromatic Colors of #69D585
Black with #69D585
Text Example
Text Example
White with #69D585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D585; }
p { color: rgb(105,213,133); }
H1.HeaderClassName
{
color: #69D585;
}
.AnyTagClassName
{
color: #69D585;
}
</style>
background-color css
<style>
a { background-color: #69D585; }
a { background-color: rgb(105,213,133); }
div.DivClassName
{
background-color: #69D585;
}
.BgClassName
{
background-color: #69D585;
}
</style>
border-color css
<style>
span { border-color: #69D585; }
span { border-color: rgb(105,213,133); }
td.TdClassName
{
border-color: #69D585;
}
.TagClassName
{
border-color: #69D585;
}
</style>