Shades of Screamin' Green #61EF4F
Tints of Screamin' Green #61EF4F
RGB
CMYK
RGB Variations
Color information
#61EF4F (or 0x61EF4F) is known color: Screamin' Green. HEX triplet: 61, EF and 4F. RGB value is (97,239,79). Sum of RGB (Red+Green+Blue) = 97+239+79=415 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.37% from 415); Green value is 239 (93.75% from 255 or 57.59% from 415); Blue value is 79 (31.25% from 255 or 19.04% from 415); Max value from RGB is 239 - color contains mainly: green. Hex color #61EF4F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61EF4F is #9E10B0. Grayscale: #B2B2B2. Windows color (decimal): -10358961 or 5238625. OLE color: 5238625.
HSL color Cylindrical-coordinate representation of color #61EF4F: hue angle of 113.25º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #61EF4F is Cyan = 0.59, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 239 | 79 | - |
| CMYK | 0.59 | 0 | 0.67 | 0.06 |
| HSL | 113.25º | 0.83% | 0.62% | - |
| HSV(B) | 113.25º | 0.67% | 0.94% | - |
| XYZ | 37.21 | 64.84 | 17.95 | - |
| YUV | 178.3 | 71.96 | 70.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 239 | 79 | 0.59 | 0 | 0.67 | 0.06 | 113.25 | 0.83 | 0.62 |
| Hex | 61 | EF | 4F | 3B | 0 | 43 | 6 | 71 | 53 | 3E |
| Octal | 141 | 357 | 117 | 73 | 0 | 103 | 6 | 161 | 123 | 76 |
| Binary | 1100001 | 11101111 | 1001111 | 111011 | 0 | 1000011 | 110 | 1110001 | 1010011 | 111110 |
Color Harmonies of #61EF4F
Complementary color
Monochromatic Colors of #61EF4F
Black with #61EF4F
Text Example
Text Example
White with #61EF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EF4F; }
p { color: rgb(97,239,79); }
H1.HeaderClassName
{
color: #61EF4F;
}
.AnyTagClassName
{
color: #61EF4F;
}
</style>
background-color css
<style>
a { background-color: #61EF4F; }
a { background-color: rgb(97,239,79); }
div.DivClassName
{
background-color: #61EF4F;
}
.BgClassName
{
background-color: #61EF4F;
}
</style>
border-color css
<style>
span { border-color: #61EF4F; }
span { border-color: rgb(97,239,79); }
td.TdClassName
{
border-color: #61EF4F;
}
.TagClassName
{
border-color: #61EF4F;
}
</style>