Shades of Pastel Green #69F28E
Tints of Pastel Green #69F28E
RGB
CMYK
RGB Variations
Color information
#69F28E (or 0x69F28E) is known color: Pastel Green. HEX triplet: 69, F2 and 8E. RGB value is (105,242,142). Sum of RGB (Red+Green+Blue) = 105+242+142=489 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.47% from 489); Green value is 242 (94.92% from 255 or 49.49% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 242 - color contains mainly: green. Hex color #69F28E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69F28E is #960D71. Grayscale: #BDBDBD. Windows color (decimal): -9833842 or 9368169. OLE color: 9368169.
HSL color Cylindrical-coordinate representation of color #69F28E: hue angle of 136.2º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69F28E is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 242 | 142 | - |
| CMYK | 0.57 | 0 | 0.41 | 0.05 |
| HSL | 136.2º | 0.84% | 0.68% | - |
| HSV(B) | 136.2º | 0.57% | 0.95% | - |
| XYZ | 42.46 | 68.46 | 36.57 | - |
| YUV | 189.64 | 101.11 | 67.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 242 | 142 | 0.57 | 0 | 0.41 | 0.05 | 136.2 | 0.84 | 0.68 |
| Hex | 69 | F2 | 8E | 39 | 0 | 29 | 5 | 88 | 54 | 44 |
| Octal | 151 | 362 | 216 | 71 | 0 | 51 | 5 | 210 | 124 | 104 |
| Binary | 1101001 | 11110010 | 10001110 | 111001 | 0 | 101001 | 101 | 10001000 | 1010100 | 1000100 |
Color Harmonies of #69F28E
Complementary color
Monochromatic Colors of #69F28E
Black with #69F28E
Text Example
Text Example
White with #69F28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69F28E; }
p { color: rgb(105,242,142); }
H1.HeaderClassName
{
color: #69F28E;
}
.AnyTagClassName
{
color: #69F28E;
}
</style>
background-color css
<style>
a { background-color: #69F28E; }
a { background-color: rgb(105,242,142); }
div.DivClassName
{
background-color: #69F28E;
}
.BgClassName
{
background-color: #69F28E;
}
</style>
border-color css
<style>
span { border-color: #69F28E; }
span { border-color: rgb(105,242,142); }
td.TdClassName
{
border-color: #69F28E;
}
.TagClassName
{
border-color: #69F28E;
}
</style>