Shades of Screamin' Green #61FF73
Tints of Screamin' Green #61FF73
RGB
CMYK
RGB Variations
Color information
#61FF73 (or 0x61FF73) is known color: Screamin' Green. HEX triplet: 61, FF and 73. RGB value is (97,255,115). Sum of RGB (Red+Green+Blue) = 97+255+115=467 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.77% from 467); Green value is 255 (100% from 255 or 54.60% from 467); Blue value is 115 (45.31% from 255 or 24.63% from 467); Max value from RGB is 255 - color contains mainly: green. Hex color #61FF73 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61FF73 is #9E008C. Grayscale: #C0C0C0. Windows color (decimal): -10354829 or 7602017. OLE color: 7602017.
HSL color Cylindrical-coordinate representation of color #61FF73: hue angle of 126.84º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FF73 is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 255 | 115 | - |
| CMYK | 0.62 | 0 | 0.55 | 0 |
| HSL | 126.84º | 1% | 0.69% | - |
| HSV(B) | 126.84º | 0.62% | 1% | - |
| XYZ | 43.78 | 75.3 | 28.45 | - |
| YUV | 191.8 | 84.65 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 255 | 115 | 0.62 | 0 | 0.55 | 0 | 126.84 | 1 | 0.69 |
| Hex | 61 | FF | 73 | 3E | 0 | 37 | 0 | 7F | 64 | 45 |
| Octal | 141 | 377 | 163 | 76 | 0 | 67 | 0 | 177 | 144 | 105 |
| Binary | 1100001 | 11111111 | 1110011 | 111110 | 0 | 110111 | 0 | 1111111 | 1100100 | 1000101 |
Color Harmonies of #61FF73
Complementary color
Monochromatic Colors of #61FF73
Black with #61FF73
Text Example
Text Example
White with #61FF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FF73; }
p { color: rgb(97,255,115); }
H1.HeaderClassName
{
color: #61FF73;
}
.AnyTagClassName
{
color: #61FF73;
}
</style>
background-color css
<style>
a { background-color: #61FF73; }
a { background-color: rgb(97,255,115); }
div.DivClassName
{
background-color: #61FF73;
}
.BgClassName
{
background-color: #61FF73;
}
</style>
border-color css
<style>
span { border-color: #61FF73; }
span { border-color: rgb(97,255,115); }
td.TdClassName
{
border-color: #61FF73;
}
.TagClassName
{
border-color: #61FF73;
}
</style>