Shades of Pastel Green #61EE90
Tints of Pastel Green #61EE90
RGB
CMYK
RGB Variations
Color information
#61EE90 (or 0x61EE90) is known color: Pastel Green. HEX triplet: 61, EE and 90. RGB value is (97,238,144). Sum of RGB (Red+Green+Blue) = 97+238+144=479 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.25% from 479); Green value is 238 (93.36% from 255 or 49.69% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 238 - color contains mainly: green. Hex color #61EE90 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61EE90 is #9E116F. Grayscale: #B9B9B9. Windows color (decimal): -10359152 or 9498209. OLE color: 9498209.
HSL color Cylindrical-coordinate representation of color #61EE90: hue angle of 140º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EE90 is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 238 | 144 | - |
| CMYK | 0.59 | 0 | 0.39 | 0.07 |
| HSL | 140º | 0.81% | 0.66% | - |
| HSV(B) | 140º | 0.59% | 0.93% | - |
| XYZ | 40.54 | 65.7 | 36.93 | - |
| YUV | 185.13 | 104.79 | 65.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 238 | 144 | 0.59 | 0 | 0.39 | 0.07 | 140 | 0.81 | 0.66 |
| Hex | 61 | EE | 90 | 3B | 0 | 27 | 7 | 8C | 51 | 42 |
| Octal | 141 | 356 | 220 | 73 | 0 | 47 | 7 | 214 | 121 | 102 |
| Binary | 1100001 | 11101110 | 10010000 | 111011 | 0 | 100111 | 111 | 10001100 | 1010001 | 1000010 |
Color Harmonies of #61EE90
Complementary color
Monochromatic Colors of #61EE90
Black with #61EE90
Text Example
Text Example
White with #61EE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EE90; }
p { color: rgb(97,238,144); }
H1.HeaderClassName
{
color: #61EE90;
}
.AnyTagClassName
{
color: #61EE90;
}
</style>
background-color css
<style>
a { background-color: #61EE90; }
a { background-color: rgb(97,238,144); }
div.DivClassName
{
background-color: #61EE90;
}
.BgClassName
{
background-color: #61EE90;
}
</style>
border-color css
<style>
span { border-color: #61EE90; }
span { border-color: rgb(97,238,144); }
td.TdClassName
{
border-color: #61EE90;
}
.TagClassName
{
border-color: #61EE90;
}
</style>