Shades of Screamin' Green #61FE3C
Tints of Screamin' Green #61FE3C
RGB
CMYK
RGB Variations
Color information
#61FE3C (or 0x61FE3C) is known color: Screamin' Green. HEX triplet: 61, FE and 3C. RGB value is (97,254,60). Sum of RGB (Red+Green+Blue) = 97+254+60=411 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.60% from 411); Green value is 254 (99.61% from 255 or 61.80% from 411); Blue value is 60 (23.83% from 255 or 14.60% from 411); Max value from RGB is 254 - color contains mainly: green. Hex color #61FE3C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #61FE3C is #9E01C3. Grayscale: #B9B9B9. Windows color (decimal): -10355140 or 3997281. OLE color: 3997281.
HSL color Cylindrical-coordinate representation of color #61FE3C: hue angle of 108.56º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #61FE3C is Cyan = 0.62, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 254 | 60 | - |
| CMYK | 0.62 | 0 | 0.76 | 0.00 |
| HSL | 108.56º | 0.99% | 0.62% | - |
| HSV(B) | 108.56º | 0.76% | 1% | - |
| XYZ | 41.19 | 73.75 | 16.34 | - |
| YUV | 184.94 | 57.49 | 65.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 254 | 60 | 0.62 | 0 | 0.76 | 0.00 | 108.56 | 0.99 | 0.62 |
| Hex | 61 | FE | 3C | 3E | 0 | 4C | 0 | 6D | 63 | 3E |
| Octal | 141 | 376 | 74 | 76 | 0 | 114 | 0 | 155 | 143 | 76 |
| Binary | 1100001 | 11111110 | 111100 | 111110 | 0 | 1001100 | 0 | 1101101 | 1100011 | 111110 |
Color Harmonies of #61FE3C
Complementary color
Monochromatic Colors of #61FE3C
Black with #61FE3C
Text Example
Text Example
White with #61FE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FE3C; }
p { color: rgb(97,254,60); }
H1.HeaderClassName
{
color: #61FE3C;
}
.AnyTagClassName
{
color: #61FE3C;
}
</style>
background-color css
<style>
a { background-color: #61FE3C; }
a { background-color: rgb(97,254,60); }
div.DivClassName
{
background-color: #61FE3C;
}
.BgClassName
{
background-color: #61FE3C;
}
</style>
border-color css
<style>
span { border-color: #61FE3C; }
span { border-color: rgb(97,254,60); }
td.TdClassName
{
border-color: #61FE3C;
}
.TagClassName
{
border-color: #61FE3C;
}
</style>