Shades of Screamin' Green #61FF3C
Tints of Screamin' Green #61FF3C
RGB
CMYK
RGB Variations
Color information
#61FF3C (or 0x61FF3C) is known color: Screamin' Green. HEX triplet: 61, FF and 3C. RGB value is (97,255,60). Sum of RGB (Red+Green+Blue) = 97+255+60=412 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.54% from 412); Green value is 255 (100% from 255 or 61.89% from 412); Blue value is 60 (23.83% from 255 or 14.56% from 412); Max value from RGB is 255 - color contains mainly: green. Hex color #61FF3C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #61FF3C is #9E00C3. Grayscale: #BABABA. Windows color (decimal): -10354884 or 3997537. OLE color: 3997537.
HSL color Cylindrical-coordinate representation of color #61FF3C: hue angle of 108.62º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #61FF3C is Cyan = 0.62, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 255 | 60 | - |
| CMYK | 0.62 | 0 | 0.76 | 0 |
| HSL | 108.62º | 1% | 0.62% | - |
| HSV(B) | 108.62º | 0.76% | 1% | - |
| XYZ | 41.51 | 74.39 | 16.45 | - |
| YUV | 185.53 | 57.15 | 64.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 255 | 60 | 0.62 | 0 | 0.76 | 0 | 108.62 | 1 | 0.62 |
| Hex | 61 | FF | 3C | 3E | 0 | 4C | 0 | 6D | 64 | 3E |
| Octal | 141 | 377 | 74 | 76 | 0 | 114 | 0 | 155 | 144 | 76 |
| Binary | 1100001 | 11111111 | 111100 | 111110 | 0 | 1001100 | 0 | 1101101 | 1100100 | 111110 |
Color Harmonies of #61FF3C
Complementary color
Monochromatic Colors of #61FF3C
Black with #61FF3C
Text Example
Text Example
White with #61FF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FF3C; }
p { color: rgb(97,255,60); }
H1.HeaderClassName
{
color: #61FF3C;
}
.AnyTagClassName
{
color: #61FF3C;
}
</style>
background-color css
<style>
a { background-color: #61FF3C; }
a { background-color: rgb(97,255,60); }
div.DivClassName
{
background-color: #61FF3C;
}
.BgClassName
{
background-color: #61FF3C;
}
</style>
border-color css
<style>
span { border-color: #61FF3C; }
span { border-color: rgb(97,255,60); }
td.TdClassName
{
border-color: #61FF3C;
}
.TagClassName
{
border-color: #61FF3C;
}
</style>