Shades of Screamin' Green #61FF54
Tints of Screamin' Green #61FF54
RGB
CMYK
RGB Variations
Color information
#61FF54 (or 0x61FF54) is known color: Screamin' Green. HEX triplet: 61, FF and 54. RGB value is (97,255,84). Sum of RGB (Red+Green+Blue) = 97+255+84=436 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.25% from 436); Green value is 255 (100% from 255 or 58.49% from 436); Blue value is 84 (33.20% from 255 or 19.27% from 436); Max value from RGB is 255 - color contains mainly: green. Hex color #61FF54 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61FF54 is #9E00AB. Grayscale: #BCBCBC. Windows color (decimal): -10354860 or 5570401. OLE color: 5570401.
HSL color Cylindrical-coordinate representation of color #61FF54: hue angle of 115.44º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #61FF54 is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 255 | 84 | - |
| CMYK | 0.62 | 0 | 0.67 | 0 |
| HSL | 115.44º | 1% | 0.66% | - |
| HSV(B) | 115.44º | 0.67% | 1% | - |
| XYZ | 42.29 | 74.7 | 20.58 | - |
| YUV | 188.26 | 69.15 | 62.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 255 | 84 | 0.62 | 0 | 0.67 | 0 | 115.44 | 1 | 0.66 |
| Hex | 61 | FF | 54 | 3E | 0 | 43 | 0 | 73 | 64 | 42 |
| Octal | 141 | 377 | 124 | 76 | 0 | 103 | 0 | 163 | 144 | 102 |
| Binary | 1100001 | 11111111 | 1010100 | 111110 | 0 | 1000011 | 0 | 1110011 | 1100100 | 1000010 |
Color Harmonies of #61FF54
Complementary color
Monochromatic Colors of #61FF54
Black with #61FF54
Text Example
Text Example
White with #61FF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FF54; }
p { color: rgb(97,255,84); }
H1.HeaderClassName
{
color: #61FF54;
}
.AnyTagClassName
{
color: #61FF54;
}
</style>
background-color css
<style>
a { background-color: #61FF54; }
a { background-color: rgb(97,255,84); }
div.DivClassName
{
background-color: #61FF54;
}
.BgClassName
{
background-color: #61FF54;
}
</style>
border-color css
<style>
span { border-color: #61FF54; }
span { border-color: rgb(97,255,84); }
td.TdClassName
{
border-color: #61FF54;
}
.TagClassName
{
border-color: #61FF54;
}
</style>