Shades of Screamin' Green #61FF52
Tints of Screamin' Green #61FF52
RGB
CMYK
RGB Variations
Color information
#61FF52 (or 0x61FF52) is known color: Screamin' Green. HEX triplet: 61, FF and 52. RGB value is (97,255,82). Sum of RGB (Red+Green+Blue) = 97+255+82=434 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.35% from 434); Green value is 255 (100% from 255 or 58.76% from 434); Blue value is 82 (32.42% from 255 or 18.89% from 434); Max value from RGB is 255 - color contains mainly: green. Hex color #61FF52 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61FF52 is #9E00AD. Grayscale: #BCBCBC. Windows color (decimal): -10354862 or 5439329. OLE color: 5439329.
HSL color Cylindrical-coordinate representation of color #61FF52: hue angle of 114.8º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #61FF52 is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 255 | 82 | - |
| CMYK | 0.62 | 0 | 0.68 | 0 |
| HSL | 114.8º | 1% | 0.66% | - |
| HSV(B) | 114.8º | 0.68% | 1% | - |
| XYZ | 42.21 | 74.67 | 20.17 | - |
| YUV | 188.04 | 68.15 | 63.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 255 | 82 | 0.62 | 0 | 0.68 | 0 | 114.8 | 1 | 0.66 |
| Hex | 61 | FF | 52 | 3E | 0 | 44 | 0 | 73 | 64 | 42 |
| Octal | 141 | 377 | 122 | 76 | 0 | 104 | 0 | 163 | 144 | 102 |
| Binary | 1100001 | 11111111 | 1010010 | 111110 | 0 | 1000100 | 0 | 1110011 | 1100100 | 1000010 |
Color Harmonies of #61FF52
Complementary color
Monochromatic Colors of #61FF52
Black with #61FF52
Text Example
Text Example
White with #61FF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FF52; }
p { color: rgb(97,255,82); }
H1.HeaderClassName
{
color: #61FF52;
}
.AnyTagClassName
{
color: #61FF52;
}
</style>
background-color css
<style>
a { background-color: #61FF52; }
a { background-color: rgb(97,255,82); }
div.DivClassName
{
background-color: #61FF52;
}
.BgClassName
{
background-color: #61FF52;
}
</style>
border-color css
<style>
span { border-color: #61FF52; }
span { border-color: rgb(97,255,82); }
td.TdClassName
{
border-color: #61FF52;
}
.TagClassName
{
border-color: #61FF52;
}
</style>