Shades of Screamin' Green #61FE36
Tints of Screamin' Green #61FE36
RGB
CMYK
RGB Variations
Color information
#61FE36 (or 0x61FE36) is known color: Screamin' Green. HEX triplet: 61, FE and 36. RGB value is (97,254,54). Sum of RGB (Red+Green+Blue) = 97+254+54=405 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.95% from 405); Green value is 254 (99.61% from 255 or 62.72% from 405); Blue value is 54 (21.48% from 255 or 13.33% from 405); Max value from RGB is 254 - color contains mainly: green. Hex color #61FE36 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #61FE36 is #9E01C9. Grayscale: #B8B8B8. Windows color (decimal): -10355146 or 3604065. OLE color: 3604065.
HSL color Cylindrical-coordinate representation of color #61FE36: hue angle of 107.1º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #61FE36 is Cyan = 0.62, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 254 | 54 | - |
| CMYK | 0.62 | 0 | 0.79 | 0.00 |
| HSL | 107.1º | 0.99% | 0.6% | - |
| HSV(B) | 107.1º | 0.79% | 1% | - |
| XYZ | 41.04 | 73.69 | 15.55 | - |
| YUV | 184.26 | 54.49 | 65.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 254 | 54 | 0.62 | 0 | 0.79 | 0.00 | 107.1 | 0.99 | 0.6 |
| Hex | 61 | FE | 36 | 3E | 0 | 4F | 0 | 6B | 63 | 3C |
| Octal | 141 | 376 | 66 | 76 | 0 | 117 | 0 | 153 | 143 | 74 |
| Binary | 1100001 | 11111110 | 110110 | 111110 | 0 | 1001111 | 0 | 1101011 | 1100011 | 111100 |
Color Harmonies of #61FE36
Complementary color
Monochromatic Colors of #61FE36
Black with #61FE36
Text Example
Text Example
White with #61FE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FE36; }
p { color: rgb(97,254,54); }
H1.HeaderClassName
{
color: #61FE36;
}
.AnyTagClassName
{
color: #61FE36;
}
</style>
background-color css
<style>
a { background-color: #61FE36; }
a { background-color: rgb(97,254,54); }
div.DivClassName
{
background-color: #61FE36;
}
.BgClassName
{
background-color: #61FE36;
}
</style>
border-color css
<style>
span { border-color: #61FE36; }
span { border-color: rgb(97,254,54); }
td.TdClassName
{
border-color: #61FE36;
}
.TagClassName
{
border-color: #61FE36;
}
</style>