Shades of Pastel Green #61F091
Tints of Pastel Green #61F091
RGB
CMYK
RGB Variations
Color information
#61F091 (or 0x61F091) is known color: Pastel Green. HEX triplet: 61, F0 and 91. RGB value is (97,240,145). Sum of RGB (Red+Green+Blue) = 97+240+145=482 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.12% from 482); Green value is 240 (94.14% from 255 or 49.79% from 482); Blue value is 145 (57.03% from 255 or 30.08% from 482); Max value from RGB is 240 - color contains mainly: green. Hex color #61F091 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61F091 is #9E0F6E. Grayscale: #BABABA. Windows color (decimal): -10358639 or 9564257. OLE color: 9564257.
HSL color Cylindrical-coordinate representation of color #61F091: hue angle of 140.14º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F091 is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 240 | 145 | - |
| CMYK | 0.60 | 0 | 0.40 | 0.06 |
| HSL | 140.14º | 0.83% | 0.66% | - |
| HSV(B) | 140.14º | 0.6% | 0.94% | - |
| XYZ | 41.2 | 66.91 | 37.53 | - |
| YUV | 186.41 | 104.62 | 64.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 240 | 145 | 0.60 | 0 | 0.40 | 0.06 | 140.14 | 0.83 | 0.66 |
| Hex | 61 | F0 | 91 | 3C | 0 | 28 | 6 | 8C | 53 | 42 |
| Octal | 141 | 360 | 221 | 74 | 0 | 50 | 6 | 214 | 123 | 102 |
| Binary | 1100001 | 11110000 | 10010001 | 111100 | 0 | 101000 | 110 | 10001100 | 1010011 | 1000010 |
Color Harmonies of #61F091
Complementary color
Monochromatic Colors of #61F091
Black with #61F091
Text Example
Text Example
White with #61F091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F091; }
p { color: rgb(97,240,145); }
H1.HeaderClassName
{
color: #61F091;
}
.AnyTagClassName
{
color: #61F091;
}
</style>
background-color css
<style>
a { background-color: #61F091; }
a { background-color: rgb(97,240,145); }
div.DivClassName
{
background-color: #61F091;
}
.BgClassName
{
background-color: #61F091;
}
</style>
border-color css
<style>
span { border-color: #61F091; }
span { border-color: rgb(97,240,145); }
td.TdClassName
{
border-color: #61F091;
}
.TagClassName
{
border-color: #61F091;
}
</style>