Shades of Pastel Green #69F28A
Tints of Pastel Green #69F28A
RGB
CMYK
RGB Variations
Color information
#69F28A (or 0x69F28A) is known color: Pastel Green. HEX triplet: 69, F2 and 8A. RGB value is (105,242,138). Sum of RGB (Red+Green+Blue) = 105+242+138=485 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.65% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #69F28A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69F28A is #960D75. Grayscale: #BDBDBD. Windows color (decimal): -9833846 or 9106025. OLE color: 9106025.
HSL color Cylindrical-coordinate representation of color #69F28A: hue angle of 134.45º 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 #69F28A is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 242 | 138 | - |
| CMYK | 0.57 | 0 | 0.43 | 0.05 |
| HSL | 134.45º | 0.84% | 0.68% | - |
| HSV(B) | 134.45º | 0.57% | 0.95% | - |
| XYZ | 42.17 | 68.34 | 35.01 | - |
| YUV | 189.18 | 99.11 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 242 | 138 | 0.57 | 0 | 0.43 | 0.05 | 134.45 | 0.84 | 0.68 |
| Hex | 69 | F2 | 8A | 39 | 0 | 2B | 5 | 86 | 54 | 44 |
| Octal | 151 | 362 | 212 | 71 | 0 | 53 | 5 | 206 | 124 | 104 |
| Binary | 1101001 | 11110010 | 10001010 | 111001 | 0 | 101011 | 101 | 10000110 | 1010100 | 1000100 |
Color Harmonies of #69F28A
Complementary color
Monochromatic Colors of #69F28A
Black with #69F28A
Text Example
Text Example
White with #69F28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69F28A; }
p { color: rgb(105,242,138); }
H1.HeaderClassName
{
color: #69F28A;
}
.AnyTagClassName
{
color: #69F28A;
}
</style>
background-color css
<style>
a { background-color: #69F28A; }
a { background-color: rgb(105,242,138); }
div.DivClassName
{
background-color: #69F28A;
}
.BgClassName
{
background-color: #69F28A;
}
</style>
border-color css
<style>
span { border-color: #69F28A; }
span { border-color: rgb(105,242,138); }
td.TdClassName
{
border-color: #69F28A;
}
.TagClassName
{
border-color: #69F28A;
}
</style>