Shades of Pastel Green #69D066
Tints of Pastel Green #69D066
RGB
CMYK
RGB Variations
Color information
#69D066 (or 0x69D066) is known color: Pastel Green. HEX triplet: 69, D0 and 66. RGB value is (105,208,102). Sum of RGB (Red+Green+Blue) = 105+208+102=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 208 (81.64% from 255 or 50.12% from 415); Blue value is 102 (40.23% from 255 or 24.58% from 415); Max value from RGB is 208 - color contains mainly: green. Hex color #69D066 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D066 is #962F99. Grayscale: #A5A5A5. Windows color (decimal): -9842586 or 6738025. OLE color: 6738025.
HSL color Cylindrical-coordinate representation of color #69D066: hue angle of 118.3º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69D066 is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 208 | 102 | - |
| CMYK | 0.50 | 0 | 0.51 | 0.18 |
| HSL | 118.3º | 0.53% | 0.61% | - |
| HSV(B) | 118.3º | 0.51% | 0.82% | - |
| XYZ | 30.78 | 49.07 | 20.42 | - |
| YUV | 165.12 | 92.38 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 208 | 102 | 0.50 | 0 | 0.51 | 0.18 | 118.3 | 0.53 | 0.61 |
| Hex | 69 | D0 | 66 | 32 | 0 | 33 | 12 | 76 | 35 | 3D |
| Octal | 151 | 320 | 146 | 62 | 0 | 63 | 22 | 166 | 65 | 75 |
| Binary | 1101001 | 11010000 | 1100110 | 110010 | 0 | 110011 | 10010 | 1110110 | 110101 | 111101 |
Color Harmonies of #69D066
Complementary color
Monochromatic Colors of #69D066
Black with #69D066
Text Example
Text Example
White with #69D066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D066; }
p { color: rgb(105,208,102); }
H1.HeaderClassName
{
color: #69D066;
}
.AnyTagClassName
{
color: #69D066;
}
</style>
background-color css
<style>
a { background-color: #69D066; }
a { background-color: rgb(105,208,102); }
div.DivClassName
{
background-color: #69D066;
}
.BgClassName
{
background-color: #69D066;
}
</style>
border-color css
<style>
span { border-color: #69D066; }
span { border-color: rgb(105,208,102); }
td.TdClassName
{
border-color: #69D066;
}
.TagClassName
{
border-color: #69D066;
}
</style>