Shades of Pastel Green #69ED8D
Tints of Pastel Green #69ED8D
RGB
CMYK
RGB Variations
Color information
#69ED8D (or 0x69ED8D) is known color: Pastel Green. HEX triplet: 69, ED and 8D. RGB value is (105,237,141). Sum of RGB (Red+Green+Blue) = 105+237+141=483 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.74% from 483); Green value is 237 (92.97% from 255 or 49.07% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 237 - color contains mainly: green. Hex color #69ED8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69ED8D is #961272. Grayscale: #BABABA. Windows color (decimal): -9835123 or 9301353. OLE color: 9301353.
HSL color Cylindrical-coordinate representation of color #69ED8D: hue angle of 136.36º degrees, saturation: 0.79, 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 #69ED8D is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 237 | 141 | - |
| CMYK | 0.56 | 0 | 0.41 | 0.07 |
| HSL | 136.36º | 0.79% | 0.67% | - |
| HSV(B) | 136.36º | 0.56% | 0.93% | - |
| XYZ | 40.92 | 65.49 | 35.68 | - |
| YUV | 186.59 | 102.27 | 69.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 237 | 141 | 0.56 | 0 | 0.41 | 0.07 | 136.36 | 0.79 | 0.67 |
| Hex | 69 | ED | 8D | 38 | 0 | 29 | 7 | 88 | 4F | 43 |
| Octal | 151 | 355 | 215 | 70 | 0 | 51 | 7 | 210 | 117 | 103 |
| Binary | 1101001 | 11101101 | 10001101 | 111000 | 0 | 101001 | 111 | 10001000 | 1001111 | 1000011 |
Color Harmonies of #69ED8D
Complementary color
Monochromatic Colors of #69ED8D
Black with #69ED8D
Text Example
Text Example
White with #69ED8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69ED8D; }
p { color: rgb(105,237,141); }
H1.HeaderClassName
{
color: #69ED8D;
}
.AnyTagClassName
{
color: #69ED8D;
}
</style>
background-color css
<style>
a { background-color: #69ED8D; }
a { background-color: rgb(105,237,141); }
div.DivClassName
{
background-color: #69ED8D;
}
.BgClassName
{
background-color: #69ED8D;
}
</style>
border-color css
<style>
span { border-color: #69ED8D; }
span { border-color: rgb(105,237,141); }
td.TdClassName
{
border-color: #69ED8D;
}
.TagClassName
{
border-color: #69ED8D;
}
</style>