Shades of Pastel Green #61F392
Tints of Pastel Green #61F392
RGB
CMYK
RGB Variations
Color information
#61F392 (or 0x61F392) is known color: Pastel Green. HEX triplet: 61, F3 and 92. RGB value is (97,243,146). Sum of RGB (Red+Green+Blue) = 97+243+146=486 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.96% from 486); Green value is 243 (95.31% from 255 or 50% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 243 - color contains mainly: green. Hex color #61F392 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61F392 is #9E0C6D. Grayscale: #BCBCBC. Windows color (decimal): -10357870 or 9630561. OLE color: 9630561.
HSL color Cylindrical-coordinate representation of color #61F392: hue angle of 140.14º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F392 is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 243 | 146 | - |
| CMYK | 0.60 | 0 | 0.40 | 0.05 |
| HSL | 140.14º | 0.86% | 0.67% | - |
| HSV(B) | 140.14º | 0.6% | 0.95% | - |
| XYZ | 42.17 | 68.72 | 38.24 | - |
| YUV | 188.29 | 104.13 | 62.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 243 | 146 | 0.60 | 0 | 0.40 | 0.05 | 140.14 | 0.86 | 0.67 |
| Hex | 61 | F3 | 92 | 3C | 0 | 28 | 5 | 8C | 56 | 43 |
| Octal | 141 | 363 | 222 | 74 | 0 | 50 | 5 | 214 | 126 | 103 |
| Binary | 1100001 | 11110011 | 10010010 | 111100 | 0 | 101000 | 101 | 10001100 | 1010110 | 1000011 |
Color Harmonies of #61F392
Complementary color
Monochromatic Colors of #61F392
Black with #61F392
Text Example
Text Example
White with #61F392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F392; }
p { color: rgb(97,243,146); }
H1.HeaderClassName
{
color: #61F392;
}
.AnyTagClassName
{
color: #61F392;
}
</style>
background-color css
<style>
a { background-color: #61F392; }
a { background-color: rgb(97,243,146); }
div.DivClassName
{
background-color: #61F392;
}
.BgClassName
{
background-color: #61F392;
}
</style>
border-color css
<style>
span { border-color: #61F392; }
span { border-color: rgb(97,243,146); }
td.TdClassName
{
border-color: #61F392;
}
.TagClassName
{
border-color: #61F392;
}
</style>