Shades of Pastel Green #61F18A
Tints of Pastel Green #61F18A
RGB
CMYK
RGB Variations
Color information
#61F18A (or 0x61F18A) is known color: Pastel Green. HEX triplet: 61, F1 and 8A. RGB value is (97,241,138). Sum of RGB (Red+Green+Blue) = 97+241+138=476 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.38% from 476); Green value is 241 (94.53% from 255 or 50.63% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 241 - color contains mainly: green. Hex color #61F18A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61F18A is #9E0E75. Grayscale: #BABABA. Windows color (decimal): -10358390 or 9105761. OLE color: 9105761.
HSL color Cylindrical-coordinate representation of color #61F18A: hue angle of 137.08º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F18A is Cyan = 0.60, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 241 | 138 | - |
| CMYK | 0.60 | 0 | 0.43 | 0.05 |
| HSL | 137.08º | 0.84% | 0.66% | - |
| HSV(B) | 137.08º | 0.6% | 0.95% | - |
| XYZ | 40.97 | 67.29 | 34.87 | - |
| YUV | 186.2 | 100.79 | 64.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 241 | 138 | 0.60 | 0 | 0.43 | 0.05 | 137.08 | 0.84 | 0.66 |
| Hex | 61 | F1 | 8A | 3C | 0 | 2B | 5 | 89 | 54 | 42 |
| Octal | 141 | 361 | 212 | 74 | 0 | 53 | 5 | 211 | 124 | 102 |
| Binary | 1100001 | 11110001 | 10001010 | 111100 | 0 | 101011 | 101 | 10001001 | 1010100 | 1000010 |
Color Harmonies of #61F18A
Complementary color
Monochromatic Colors of #61F18A
Black with #61F18A
Text Example
Text Example
White with #61F18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F18A; }
p { color: rgb(97,241,138); }
H1.HeaderClassName
{
color: #61F18A;
}
.AnyTagClassName
{
color: #61F18A;
}
</style>
background-color css
<style>
a { background-color: #61F18A; }
a { background-color: rgb(97,241,138); }
div.DivClassName
{
background-color: #61F18A;
}
.BgClassName
{
background-color: #61F18A;
}
</style>
border-color css
<style>
span { border-color: #61F18A; }
span { border-color: rgb(97,241,138); }
td.TdClassName
{
border-color: #61F18A;
}
.TagClassName
{
border-color: #61F18A;
}
</style>