Shades of Screamin' Green #61FF60
Tints of Screamin' Green #61FF60
RGB
CMYK
RGB Variations
Color information
#61FF60 (or 0x61FF60) is known color: Screamin' Green. HEX triplet: 61, FF and 60. RGB value is (97,255,96). Sum of RGB (Red+Green+Blue) = 97+255+96=448 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.65% from 448); Green value is 255 (100% from 255 or 56.92% from 448); Blue value is 96 (37.89% from 255 or 21.43% from 448); Max value from RGB is 255 - color contains mainly: green. Hex color #61FF60 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61FF60 is #9E009F. Grayscale: #BEBEBE. Windows color (decimal): -10354848 or 6356833. OLE color: 6356833.
HSL color Cylindrical-coordinate representation of color #61FF60: hue angle of 119.62º 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 #61FF60 is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 255 | 96 | - |
| CMYK | 0.62 | 0 | 0.62 | 0 |
| HSL | 119.62º | 1% | 0.69% | - |
| HSV(B) | 119.62º | 0.62% | 1% | - |
| XYZ | 42.8 | 74.91 | 23.27 | - |
| YUV | 189.63 | 75.15 | 61.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 255 | 96 | 0.62 | 0 | 0.62 | 0 | 119.62 | 1 | 0.69 |
| Hex | 61 | FF | 60 | 3E | 0 | 3E | 0 | 78 | 64 | 45 |
| Octal | 141 | 377 | 140 | 76 | 0 | 76 | 0 | 170 | 144 | 105 |
| Binary | 1100001 | 11111111 | 1100000 | 111110 | 0 | 111110 | 0 | 1111000 | 1100100 | 1000101 |
Color Harmonies of #61FF60
Complementary color
Monochromatic Colors of #61FF60
Black with #61FF60
Text Example
Text Example
White with #61FF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FF60; }
p { color: rgb(97,255,96); }
H1.HeaderClassName
{
color: #61FF60;
}
.AnyTagClassName
{
color: #61FF60;
}
</style>
background-color css
<style>
a { background-color: #61FF60; }
a { background-color: rgb(97,255,96); }
div.DivClassName
{
background-color: #61FF60;
}
.BgClassName
{
background-color: #61FF60;
}
</style>
border-color css
<style>
span { border-color: #61FF60; }
span { border-color: rgb(97,255,96); }
td.TdClassName
{
border-color: #61FF60;
}
.TagClassName
{
border-color: #61FF60;
}
</style>