Shades of Pastel Green #69EC7D
Tints of Pastel Green #69EC7D
RGB
CMYK
RGB Variations
Color information
#69EC7D (or 0x69EC7D) is known color: Pastel Green. HEX triplet: 69, EC and 7D. RGB value is (105,236,125). Sum of RGB (Red+Green+Blue) = 105+236+125=466 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.53% from 466); Green value is 236 (92.58% from 255 or 50.64% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 236 - color contains mainly: green. Hex color #69EC7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #69EC7D is #961382. Grayscale: #B8B8B8. Windows color (decimal): -9835395 or 8252521. OLE color: 8252521.
HSL color Cylindrical-coordinate representation of color #69EC7D: hue angle of 129.16º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69EC7D is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 236 | 125 | - |
| CMYK | 0.56 | 0 | 0.47 | 0.07 |
| HSL | 129.16º | 0.78% | 0.67% | - |
| HSV(B) | 129.16º | 0.56% | 0.93% | - |
| XYZ | 39.52 | 64.47 | 29.76 | - |
| YUV | 184.18 | 94.6 | 71.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 236 | 125 | 0.56 | 0 | 0.47 | 0.07 | 129.16 | 0.78 | 0.67 |
| Hex | 69 | EC | 7D | 38 | 0 | 2F | 7 | 81 | 4E | 43 |
| Octal | 151 | 354 | 175 | 70 | 0 | 57 | 7 | 201 | 116 | 103 |
| Binary | 1101001 | 11101100 | 1111101 | 111000 | 0 | 101111 | 111 | 10000001 | 1001110 | 1000011 |
Color Harmonies of #69EC7D
Complementary color
Monochromatic Colors of #69EC7D
Black with #69EC7D
Text Example
Text Example
White with #69EC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69EC7D; }
p { color: rgb(105,236,125); }
H1.HeaderClassName
{
color: #69EC7D;
}
.AnyTagClassName
{
color: #69EC7D;
}
</style>
background-color css
<style>
a { background-color: #69EC7D; }
a { background-color: rgb(105,236,125); }
div.DivClassName
{
background-color: #69EC7D;
}
.BgClassName
{
background-color: #69EC7D;
}
</style>
border-color css
<style>
span { border-color: #69EC7D; }
span { border-color: rgb(105,236,125); }
td.TdClassName
{
border-color: #69EC7D;
}
.TagClassName
{
border-color: #69EC7D;
}
</style>