Shades of Screamin' Green #61EE62
Tints of Screamin' Green #61EE62
RGB
CMYK
RGB Variations
Color information
#61EE62 (or 0x61EE62) is known color: Screamin' Green. HEX triplet: 61, EE and 62. RGB value is (97,238,98). Sum of RGB (Red+Green+Blue) = 97+238+98=433 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.40% from 433); Green value is 238 (93.36% from 255 or 54.97% from 433); Blue value is 98 (38.67% from 255 or 22.63% from 433); Max value from RGB is 238 - color contains mainly: green. Hex color #61EE62 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61EE62 is #9E119D. Grayscale: #B4B4B4. Windows color (decimal): -10359198 or 6483553. OLE color: 6483553.
HSL color Cylindrical-coordinate representation of color #61EE62: hue angle of 120.43º 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 #61EE62 is Cyan = 0.59, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 238 | 98 | - |
| CMYK | 0.59 | 0 | 0.59 | 0.07 |
| HSL | 120.43º | 0.81% | 0.66% | - |
| HSV(B) | 120.43º | 0.59% | 0.93% | - |
| XYZ | 37.71 | 64.57 | 22.03 | - |
| YUV | 179.88 | 81.79 | 68.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 238 | 98 | 0.59 | 0 | 0.59 | 0.07 | 120.43 | 0.81 | 0.66 |
| Hex | 61 | EE | 62 | 3B | 0 | 3B | 7 | 78 | 51 | 42 |
| Octal | 141 | 356 | 142 | 73 | 0 | 73 | 7 | 170 | 121 | 102 |
| Binary | 1100001 | 11101110 | 1100010 | 111011 | 0 | 111011 | 111 | 1111000 | 1010001 | 1000010 |
Color Harmonies of #61EE62
Complementary color
Monochromatic Colors of #61EE62
Black with #61EE62
Text Example
Text Example
White with #61EE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EE62; }
p { color: rgb(97,238,98); }
H1.HeaderClassName
{
color: #61EE62;
}
.AnyTagClassName
{
color: #61EE62;
}
</style>
background-color css
<style>
a { background-color: #61EE62; }
a { background-color: rgb(97,238,98); }
div.DivClassName
{
background-color: #61EE62;
}
.BgClassName
{
background-color: #61EE62;
}
</style>
border-color css
<style>
span { border-color: #61EE62; }
span { border-color: rgb(97,238,98); }
td.TdClassName
{
border-color: #61EE62;
}
.TagClassName
{
border-color: #61EE62;
}
</style>