Shades of Screamin' Green #61EF75
Tints of Screamin' Green #61EF75
RGB
CMYK
RGB Variations
Color information
#61EF75 (or 0x61EF75) is known color: Screamin' Green. HEX triplet: 61, EF and 75. RGB value is (97,239,117). Sum of RGB (Red+Green+Blue) = 97+239+117=453 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.41% from 453); Green value is 239 (93.75% from 255 or 52.76% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 239 - color contains mainly: green. Hex color #61EF75 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61EF75 is #9E108A. Grayscale: #B6B6B6. Windows color (decimal): -10358923 or 7728993. OLE color: 7728993.
HSL color Cylindrical-coordinate representation of color #61EF75: hue angle of 128.45º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EF75 is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 239 | 117 | - |
| CMYK | 0.59 | 0 | 0.51 | 0.06 |
| HSL | 128.45º | 0.82% | 0.66% | - |
| HSV(B) | 128.45º | 0.59% | 0.94% | - |
| XYZ | 39.01 | 65.56 | 27.43 | - |
| YUV | 182.63 | 90.96 | 66.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 239 | 117 | 0.59 | 0 | 0.51 | 0.06 | 128.45 | 0.82 | 0.66 |
| Hex | 61 | EF | 75 | 3B | 0 | 33 | 6 | 80 | 52 | 42 |
| Octal | 141 | 357 | 165 | 73 | 0 | 63 | 6 | 200 | 122 | 102 |
| Binary | 1100001 | 11101111 | 1110101 | 111011 | 0 | 110011 | 110 | 10000000 | 1010010 | 1000010 |
Color Harmonies of #61EF75
Complementary color
Monochromatic Colors of #61EF75
Black with #61EF75
Text Example
Text Example
White with #61EF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EF75; }
p { color: rgb(97,239,117); }
H1.HeaderClassName
{
color: #61EF75;
}
.AnyTagClassName
{
color: #61EF75;
}
</style>
background-color css
<style>
a { background-color: #61EF75; }
a { background-color: rgb(97,239,117); }
div.DivClassName
{
background-color: #61EF75;
}
.BgClassName
{
background-color: #61EF75;
}
</style>
border-color css
<style>
span { border-color: #61EF75; }
span { border-color: rgb(97,239,117); }
td.TdClassName
{
border-color: #61EF75;
}
.TagClassName
{
border-color: #61EF75;
}
</style>