Shades of Pastel Green #61E274
Tints of Pastel Green #61E274
RGB
CMYK
RGB Variations
Color information
#61E274 (or 0x61E274) is known color: Pastel Green. HEX triplet: 61, E2 and 74. RGB value is (97,226,116). Sum of RGB (Red+Green+Blue) = 97+226+116=439 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.10% from 439); Green value is 226 (88.67% from 255 or 51.48% from 439); Blue value is 116 (45.70% from 255 or 26.42% from 439); Max value from RGB is 226 - color contains mainly: green. Hex color #61E274 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61E274 is #9E1D8B. Grayscale: #AFAFAF. Windows color (decimal): -10362252 or 7660129. OLE color: 7660129.
HSL color Cylindrical-coordinate representation of color #61E274: hue angle of 128.84º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61E274 is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 97 | 226 | 116 | - |
| CMYK | 0.57 | 0 | 0.49 | 0.11 |
| HSL | 128.84º | 0.69% | 0.63% | - |
| HSV(B) | 128.84º | 0.57% | 0.89% | - |
| XYZ | 35.28 | 58.2 | 25.9 | - |
| YUV | 174.89 | 94.76 | 72.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 226 | 116 | 0.57 | 0 | 0.49 | 0.11 | 128.84 | 0.69 | 0.63 |
| Hex | 61 | E2 | 74 | 39 | 0 | 31 | B | 81 | 45 | 3F |
| Octal | 141 | 342 | 164 | 71 | 0 | 61 | 13 | 201 | 105 | 77 |
| Binary | 1100001 | 11100010 | 1110100 | 111001 | 0 | 110001 | 1011 | 10000001 | 1000101 | 111111 |
Color Harmonies of #61E274
Complementary color
Monochromatic Colors of #61E274
Black with #61E274
Text Example
Text Example
White with #61E274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E274; }
p { color: rgb(97,226,116); }
H1.HeaderClassName
{
color: #61E274;
}
.AnyTagClassName
{
color: #61E274;
}
</style>
background-color css
<style>
a { background-color: #61E274; }
a { background-color: rgb(97,226,116); }
div.DivClassName
{
background-color: #61E274;
}
.BgClassName
{
background-color: #61E274;
}
</style>
border-color css
<style>
span { border-color: #61E274; }
span { border-color: rgb(97,226,116); }
td.TdClassName
{
border-color: #61E274;
}
.TagClassName
{
border-color: #61E274;
}
</style>