Shades of Pastel Green #69F990
Tints of Pastel Green #69F990
RGB
CMYK
RGB Variations
Color information
#69F990 (or 0x69F990) is known color: Pastel Green. HEX triplet: 69, F9 and 90. RGB value is (105,249,144). Sum of RGB (Red+Green+Blue) = 105+249+144=498 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.08% from 498); Green value is 249 (97.66% from 255 or 50% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 249 - color contains mainly: green. Hex color #69F990 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69F990 is #96066F. Grayscale: #C2C2C2. Windows color (decimal): -9832048 or 9501033. OLE color: 9501033.
HSL color Cylindrical-coordinate representation of color #69F990: hue angle of 136.25º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69F990 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 249 | 144 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.02 |
| HSL | 136.25º | 0.92% | 0.69% | - |
| HSV(B) | 136.25º | 0.58% | 0.98% | - |
| XYZ | 44.74 | 72.77 | 38.07 | - |
| YUV | 193.97 | 99.79 | 64.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 249 | 144 | 0.58 | 0 | 0.42 | 0.02 | 136.25 | 0.92 | 0.69 |
| Hex | 69 | F9 | 90 | 3A | 0 | 2A | 2 | 88 | 5C | 45 |
| Octal | 151 | 371 | 220 | 72 | 0 | 52 | 2 | 210 | 134 | 105 |
| Binary | 1101001 | 11111001 | 10010000 | 111010 | 0 | 101010 | 10 | 10001000 | 1011100 | 1000101 |
Color Harmonies of #69F990
Complementary color
Monochromatic Colors of #69F990
Black with #69F990
Text Example
Text Example
White with #69F990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69F990; }
p { color: rgb(105,249,144); }
H1.HeaderClassName
{
color: #69F990;
}
.AnyTagClassName
{
color: #69F990;
}
</style>
background-color css
<style>
a { background-color: #69F990; }
a { background-color: rgb(105,249,144); }
div.DivClassName
{
background-color: #69F990;
}
.BgClassName
{
background-color: #69F990;
}
</style>
border-color css
<style>
span { border-color: #69F990; }
span { border-color: rgb(105,249,144); }
td.TdClassName
{
border-color: #69F990;
}
.TagClassName
{
border-color: #69F990;
}
</style>