Shades of Pastel Green #69F28D
Tints of Pastel Green #69F28D
RGB
CMYK
RGB Variations
Color information
#69F28D (or 0x69F28D) is known color: Pastel Green. HEX triplet: 69, F2 and 8D. RGB value is (105,242,141). Sum of RGB (Red+Green+Blue) = 105+242+141=488 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.52% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #69F28D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69F28D is #960D72. Grayscale: #BDBDBD. Windows color (decimal): -9833843 or 9302633. OLE color: 9302633.
HSL color Cylindrical-coordinate representation of color #69F28D: hue angle of 135.77º 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 #69F28D is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 242 | 141 | - |
| CMYK | 0.57 | 0 | 0.42 | 0.05 |
| HSL | 135.77º | 0.84% | 0.68% | - |
| HSV(B) | 135.77º | 0.57% | 0.95% | - |
| XYZ | 42.39 | 68.43 | 36.17 | - |
| YUV | 189.52 | 100.61 | 67.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 242 | 141 | 0.57 | 0 | 0.42 | 0.05 | 135.77 | 0.84 | 0.68 |
| Hex | 69 | F2 | 8D | 39 | 0 | 2A | 5 | 88 | 54 | 44 |
| Octal | 151 | 362 | 215 | 71 | 0 | 52 | 5 | 210 | 124 | 104 |
| Binary | 1101001 | 11110010 | 10001101 | 111001 | 0 | 101010 | 101 | 10001000 | 1010100 | 1000100 |
Color Harmonies of #69F28D
Complementary color
Monochromatic Colors of #69F28D
Black with #69F28D
Text Example
Text Example
White with #69F28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69F28D; }
p { color: rgb(105,242,141); }
H1.HeaderClassName
{
color: #69F28D;
}
.AnyTagClassName
{
color: #69F28D;
}
</style>
background-color css
<style>
a { background-color: #69F28D; }
a { background-color: rgb(105,242,141); }
div.DivClassName
{
background-color: #69F28D;
}
.BgClassName
{
background-color: #69F28D;
}
</style>
border-color css
<style>
span { border-color: #69F28D; }
span { border-color: rgb(105,242,141); }
td.TdClassName
{
border-color: #69F28D;
}
.TagClassName
{
border-color: #69F28D;
}
</style>