Shades of Pastel Green #69E990
Tints of Pastel Green #69E990
RGB
CMYK
RGB Variations
Color information
#69E990 (or 0x69E990) is known color: Pastel Green. HEX triplet: 69, E9 and 90. RGB value is (105,233,144). Sum of RGB (Red+Green+Blue) = 105+233+144=482 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.78% from 482); Green value is 233 (91.41% from 255 or 48.34% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 233 - color contains mainly: green. Hex color #69E990 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69E990 is #96166F. Grayscale: #B8B8B8. Windows color (decimal): -9836144 or 9496937. OLE color: 9496937.
HSL color Cylindrical-coordinate representation of color #69E990: hue angle of 138.28º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69E990 is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 233 | 144 | - |
| CMYK | 0.55 | 0 | 0.38 | 0.09 |
| HSL | 138.28º | 0.74% | 0.66% | - |
| HSV(B) | 138.28º | 0.55% | 0.91% | - |
| XYZ | 40 | 63.29 | 36.49 | - |
| YUV | 184.58 | 105.09 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 233 | 144 | 0.55 | 0 | 0.38 | 0.09 | 138.28 | 0.74 | 0.66 |
| Hex | 69 | E9 | 90 | 37 | 0 | 26 | 9 | 8A | 4A | 42 |
| Octal | 151 | 351 | 220 | 67 | 0 | 46 | 11 | 212 | 112 | 102 |
| Binary | 1101001 | 11101001 | 10010000 | 110111 | 0 | 100110 | 1001 | 10001010 | 1001010 | 1000010 |
Color Harmonies of #69E990
Complementary color
Monochromatic Colors of #69E990
Black with #69E990
Text Example
Text Example
White with #69E990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E990; }
p { color: rgb(105,233,144); }
H1.HeaderClassName
{
color: #69E990;
}
.AnyTagClassName
{
color: #69E990;
}
</style>
background-color css
<style>
a { background-color: #69E990; }
a { background-color: rgb(105,233,144); }
div.DivClassName
{
background-color: #69E990;
}
.BgClassName
{
background-color: #69E990;
}
</style>
border-color css
<style>
span { border-color: #69E990; }
span { border-color: rgb(105,233,144); }
td.TdClassName
{
border-color: #69E990;
}
.TagClassName
{
border-color: #69E990;
}
</style>