Shades of Pastel Green #69D665
Tints of Pastel Green #69D665
RGB
CMYK
RGB Variations
Color information
#69D665 (or 0x69D665) is known color: Pastel Green. HEX triplet: 69, D6 and 65. RGB value is (105,214,101). Sum of RGB (Red+Green+Blue) = 105+214+101=420 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25% from 420); Green value is 214 (83.98% from 255 or 50.95% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 214 - color contains mainly: green. Hex color #69D665 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D665 is #96299A. Grayscale: #A8A8A8. Windows color (decimal): -9841051 or 6674025. OLE color: 6674025.
HSL color Cylindrical-coordinate representation of color #69D665: hue angle of 117.88º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69D665 is Cyan = 0.51, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 214 | 101 | - |
| CMYK | 0.51 | 0 | 0.53 | 0.16 |
| HSL | 117.88º | 0.58% | 0.62% | - |
| HSV(B) | 117.88º | 0.53% | 0.84% | - |
| XYZ | 32.22 | 52.04 | 20.66 | - |
| YUV | 168.53 | 89.89 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 214 | 101 | 0.51 | 0 | 0.53 | 0.16 | 117.88 | 0.58 | 0.62 |
| Hex | 69 | D6 | 65 | 33 | 0 | 35 | 10 | 76 | 3A | 3E |
| Octal | 151 | 326 | 145 | 63 | 0 | 65 | 20 | 166 | 72 | 76 |
| Binary | 1101001 | 11010110 | 1100101 | 110011 | 0 | 110101 | 10000 | 1110110 | 111010 | 111110 |
Color Harmonies of #69D665
Complementary color
Monochromatic Colors of #69D665
Black with #69D665
Text Example
Text Example
White with #69D665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D665; }
p { color: rgb(105,214,101); }
H1.HeaderClassName
{
color: #69D665;
}
.AnyTagClassName
{
color: #69D665;
}
</style>
background-color css
<style>
a { background-color: #69D665; }
a { background-color: rgb(105,214,101); }
div.DivClassName
{
background-color: #69D665;
}
.BgClassName
{
background-color: #69D665;
}
</style>
border-color css
<style>
span { border-color: #69D665; }
span { border-color: rgb(105,214,101); }
td.TdClassName
{
border-color: #69D665;
}
.TagClassName
{
border-color: #69D665;
}
</style>