Shades of Pastel Green #69DF7A
Tints of Pastel Green #69DF7A
RGB
CMYK
RGB Variations
Color information
#69DF7A (or 0x69DF7A) is known color: Pastel Green. HEX triplet: 69, DF and 7A. RGB value is (105,223,122). Sum of RGB (Red+Green+Blue) = 105+223+122=450 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.33% from 450); Green value is 223 (87.5% from 255 or 49.56% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 223 - color contains mainly: green. Hex color #69DF7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DF7A is #962085. Grayscale: #B0B0B0. Windows color (decimal): -9838726 or 8052585. OLE color: 8052585.
HSL color Cylindrical-coordinate representation of color #69DF7A: hue angle of 128.64º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69DF7A is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 223 | 122 | - |
| CMYK | 0.53 | 0 | 0.45 | 0.13 |
| HSL | 128.64º | 0.65% | 0.64% | - |
| HSV(B) | 128.64º | 0.53% | 0.87% | - |
| XYZ | 35.73 | 57.18 | 27.57 | - |
| YUV | 176.2 | 97.41 | 77.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 223 | 122 | 0.53 | 0 | 0.45 | 0.13 | 128.64 | 0.65 | 0.64 |
| Hex | 69 | DF | 7A | 35 | 0 | 2D | D | 81 | 41 | 40 |
| Octal | 151 | 337 | 172 | 65 | 0 | 55 | 15 | 201 | 101 | 100 |
| Binary | 1101001 | 11011111 | 1111010 | 110101 | 0 | 101101 | 1101 | 10000001 | 1000001 | 1000000 |
Color Harmonies of #69DF7A
Complementary color
Monochromatic Colors of #69DF7A
Black with #69DF7A
Text Example
Text Example
White with #69DF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DF7A; }
p { color: rgb(105,223,122); }
H1.HeaderClassName
{
color: #69DF7A;
}
.AnyTagClassName
{
color: #69DF7A;
}
</style>
background-color css
<style>
a { background-color: #69DF7A; }
a { background-color: rgb(105,223,122); }
div.DivClassName
{
background-color: #69DF7A;
}
.BgClassName
{
background-color: #69DF7A;
}
</style>
border-color css
<style>
span { border-color: #69DF7A; }
span { border-color: rgb(105,223,122); }
td.TdClassName
{
border-color: #69DF7A;
}
.TagClassName
{
border-color: #69DF7A;
}
</style>