Shades of Pastel Green #69FA8E
Tints of Pastel Green #69FA8E
RGB
CMYK
RGB Variations
Color information
#69FA8E (or 0x69FA8E) is known color: Pastel Green. HEX triplet: 69, FA and 8E. RGB value is (105,250,142). Sum of RGB (Red+Green+Blue) = 105+250+142=497 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.13% from 497); Green value is 250 (98.05% from 255 or 50.30% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 250 - color contains mainly: green. Hex color #69FA8E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69FA8E is #960571. Grayscale: #C2C2C2. Windows color (decimal): -9831794 or 9370217. OLE color: 9370217.
HSL color Cylindrical-coordinate representation of color #69FA8E: hue angle of 135.31º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69FA8E is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 250 | 142 | - |
| CMYK | 0.58 | 0 | 0.43 | 0.02 |
| HSL | 135.31º | 0.94% | 0.7% | - |
| HSV(B) | 135.31º | 0.58% | 0.98% | - |
| XYZ | 44.89 | 73.33 | 37.38 | - |
| YUV | 194.33 | 98.46 | 64.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 250 | 142 | 0.58 | 0 | 0.43 | 0.02 | 135.31 | 0.94 | 0.7 |
| Hex | 69 | FA | 8E | 3A | 0 | 2B | 2 | 87 | 5E | 46 |
| Octal | 151 | 372 | 216 | 72 | 0 | 53 | 2 | 207 | 136 | 106 |
| Binary | 1101001 | 11111010 | 10001110 | 111010 | 0 | 101011 | 10 | 10000111 | 1011110 | 1000110 |
Color Harmonies of #69FA8E
Complementary color
Monochromatic Colors of #69FA8E
Black with #69FA8E
Text Example
Text Example
White with #69FA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69FA8E; }
p { color: rgb(105,250,142); }
H1.HeaderClassName
{
color: #69FA8E;
}
.AnyTagClassName
{
color: #69FA8E;
}
</style>
background-color css
<style>
a { background-color: #69FA8E; }
a { background-color: rgb(105,250,142); }
div.DivClassName
{
background-color: #69FA8E;
}
.BgClassName
{
background-color: #69FA8E;
}
</style>
border-color css
<style>
span { border-color: #69FA8E; }
span { border-color: rgb(105,250,142); }
td.TdClassName
{
border-color: #69FA8E;
}
.TagClassName
{
border-color: #69FA8E;
}
</style>