Shades of Screamin' Green #61FC7A
Tints of Screamin' Green #61FC7A
RGB
CMYK
RGB Variations
Color information
#61FC7A (or 0x61FC7A) is known color: Screamin' Green. HEX triplet: 61, FC and 7A. RGB value is (97,252,122). Sum of RGB (Red+Green+Blue) = 97+252+122=471 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.59% from 471); Green value is 252 (98.83% from 255 or 53.50% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 252 - color contains mainly: green. Hex color #61FC7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61FC7A is #9E0385. Grayscale: #BFBFBF. Windows color (decimal): -10355590 or 8060001. OLE color: 8060001.
HSL color Cylindrical-coordinate representation of color #61FC7A: hue angle of 129.68º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FC7A is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 97 | 252 | 122 | - |
| CMYK | 0.62 | 0 | 0.52 | 0.01 |
| HSL | 129.68º | 0.96% | 0.68% | - |
| HSV(B) | 129.68º | 0.62% | 0.99% | - |
| XYZ | 43.25 | 73.57 | 30.33 | - |
| YUV | 190.84 | 89.15 | 61.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 252 | 122 | 0.62 | 0 | 0.52 | 0.01 | 129.68 | 0.96 | 0.68 |
| Hex | 61 | FC | 7A | 3E | 0 | 34 | 1 | 82 | 60 | 44 |
| Octal | 141 | 374 | 172 | 76 | 0 | 64 | 1 | 202 | 140 | 104 |
| Binary | 1100001 | 11111100 | 1111010 | 111110 | 0 | 110100 | 1 | 10000010 | 1100000 | 1000100 |
Color Harmonies of #61FC7A
Complementary color
Monochromatic Colors of #61FC7A
Black with #61FC7A
Text Example
Text Example
White with #61FC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FC7A; }
p { color: rgb(97,252,122); }
H1.HeaderClassName
{
color: #61FC7A;
}
.AnyTagClassName
{
color: #61FC7A;
}
</style>
background-color css
<style>
a { background-color: #61FC7A; }
a { background-color: rgb(97,252,122); }
div.DivClassName
{
background-color: #61FC7A;
}
.BgClassName
{
background-color: #61FC7A;
}
</style>
border-color css
<style>
span { border-color: #61FC7A; }
span { border-color: rgb(97,252,122); }
td.TdClassName
{
border-color: #61FC7A;
}
.TagClassName
{
border-color: #61FC7A;
}
</style>