Shades of Pastel Green #69D875
Tints of Pastel Green #69D875
RGB
CMYK
RGB Variations
Color information
#69D875 (or 0x69D875) is known color: Pastel Green. HEX triplet: 69, D8 and 75. RGB value is (105,216,117). Sum of RGB (Red+Green+Blue) = 105+216+117=438 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.97% from 438); Green value is 216 (84.77% from 255 or 49.32% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 216 - color contains mainly: green. Hex color #69D875 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D875 is #96278A. Grayscale: #ABABAB. Windows color (decimal): -9840523 or 7723113. OLE color: 7723113.
HSL color Cylindrical-coordinate representation of color #69D875: hue angle of 126.49º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69D875 is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 216 | 117 | - |
| CMYK | 0.51 | 0 | 0.46 | 0.15 |
| HSL | 126.49º | 0.59% | 0.63% | - |
| HSV(B) | 126.49º | 0.51% | 0.85% | - |
| XYZ | 33.59 | 53.4 | 25.37 | - |
| YUV | 171.53 | 97.23 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 216 | 117 | 0.51 | 0 | 0.46 | 0.15 | 126.49 | 0.59 | 0.63 |
| Hex | 69 | D8 | 75 | 33 | 0 | 2E | F | 7E | 3B | 3F |
| Octal | 151 | 330 | 165 | 63 | 0 | 56 | 17 | 176 | 73 | 77 |
| Binary | 1101001 | 11011000 | 1110101 | 110011 | 0 | 101110 | 1111 | 1111110 | 111011 | 111111 |
Color Harmonies of #69D875
Complementary color
Monochromatic Colors of #69D875
Black with #69D875
Text Example
Text Example
White with #69D875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D875; }
p { color: rgb(105,216,117); }
H1.HeaderClassName
{
color: #69D875;
}
.AnyTagClassName
{
color: #69D875;
}
</style>
background-color css
<style>
a { background-color: #69D875; }
a { background-color: rgb(105,216,117); }
div.DivClassName
{
background-color: #69D875;
}
.BgClassName
{
background-color: #69D875;
}
</style>
border-color css
<style>
span { border-color: #69D875; }
span { border-color: rgb(105,216,117); }
td.TdClassName
{
border-color: #69D875;
}
.TagClassName
{
border-color: #69D875;
}
</style>