Shades of Screamin' Green #61FF53
Tints of Screamin' Green #61FF53
RGB
CMYK
RGB Variations
Color information
#61FF53 (or 0x61FF53) is known color: Screamin' Green. HEX triplet: 61, FF and 53. RGB value is (97,255,83). Sum of RGB (Red+Green+Blue) = 97+255+83=435 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.30% from 435); Green value is 255 (100% from 255 or 58.62% from 435); Blue value is 83 (32.81% from 255 or 19.08% from 435); Max value from RGB is 255 - color contains mainly: green. Hex color #61FF53 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61FF53 is #9E00AC. Grayscale: #BCBCBC. Windows color (decimal): -10354861 or 5504865. OLE color: 5504865.
HSL color Cylindrical-coordinate representation of color #61FF53: hue angle of 115.12º 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 #61FF53 is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 255 | 83 | - |
| CMYK | 0.62 | 0 | 0.67 | 0 |
| HSL | 115.12º | 1% | 0.66% | - |
| HSV(B) | 115.12º | 0.67% | 1% | - |
| XYZ | 42.25 | 74.69 | 20.37 | - |
| YUV | 188.15 | 68.65 | 62.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 255 | 83 | 0.62 | 0 | 0.67 | 0 | 115.12 | 1 | 0.66 |
| Hex | 61 | FF | 53 | 3E | 0 | 43 | 0 | 73 | 64 | 42 |
| Octal | 141 | 377 | 123 | 76 | 0 | 103 | 0 | 163 | 144 | 102 |
| Binary | 1100001 | 11111111 | 1010011 | 111110 | 0 | 1000011 | 0 | 1110011 | 1100100 | 1000010 |
Color Harmonies of #61FF53
Complementary color
Monochromatic Colors of #61FF53
Black with #61FF53
Text Example
Text Example
White with #61FF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FF53; }
p { color: rgb(97,255,83); }
H1.HeaderClassName
{
color: #61FF53;
}
.AnyTagClassName
{
color: #61FF53;
}
</style>
background-color css
<style>
a { background-color: #61FF53; }
a { background-color: rgb(97,255,83); }
div.DivClassName
{
background-color: #61FF53;
}
.BgClassName
{
background-color: #61FF53;
}
</style>
border-color css
<style>
span { border-color: #61FF53; }
span { border-color: rgb(97,255,83); }
td.TdClassName
{
border-color: #61FF53;
}
.TagClassName
{
border-color: #61FF53;
}
</style>