Shades of Screamin' Green #61FA3C
Tints of Screamin' Green #61FA3C
RGB
CMYK
RGB Variations
Color information
#61FA3C (or 0x61FA3C) is known color: Screamin' Green. HEX triplet: 61, FA and 3C. RGB value is (97,250,60). Sum of RGB (Red+Green+Blue) = 97+250+60=407 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.83% from 407); Green value is 250 (98.05% from 255 or 61.43% from 407); Blue value is 60 (23.83% from 255 or 14.74% from 407); Max value from RGB is 250 - color contains mainly: green. Hex color #61FA3C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #61FA3C is #9E05C3. Grayscale: #B7B7B7. Windows color (decimal): -10356164 or 3996257. OLE color: 3996257.
HSL color Cylindrical-coordinate representation of color #61FA3C: hue angle of 108.32º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #61FA3C is Cyan = 0.61, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 250 | 60 | - |
| CMYK | 0.61 | 0 | 0.76 | 0.02 |
| HSL | 108.32º | 0.95% | 0.61% | - |
| HSV(B) | 108.32º | 0.76% | 0.98% | - |
| XYZ | 39.93 | 71.24 | 15.92 | - |
| YUV | 182.59 | 58.81 | 66.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 250 | 60 | 0.61 | 0 | 0.76 | 0.02 | 108.32 | 0.95 | 0.61 |
| Hex | 61 | FA | 3C | 3D | 0 | 4C | 2 | 6C | 5F | 3D |
| Octal | 141 | 372 | 74 | 75 | 0 | 114 | 2 | 154 | 137 | 75 |
| Binary | 1100001 | 11111010 | 111100 | 111101 | 0 | 1001100 | 10 | 1101100 | 1011111 | 111101 |
Color Harmonies of #61FA3C
Complementary color
Monochromatic Colors of #61FA3C
Black with #61FA3C
Text Example
Text Example
White with #61FA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FA3C; }
p { color: rgb(97,250,60); }
H1.HeaderClassName
{
color: #61FA3C;
}
.AnyTagClassName
{
color: #61FA3C;
}
</style>
background-color css
<style>
a { background-color: #61FA3C; }
a { background-color: rgb(97,250,60); }
div.DivClassName
{
background-color: #61FA3C;
}
.BgClassName
{
background-color: #61FA3C;
}
</style>
border-color css
<style>
span { border-color: #61FA3C; }
span { border-color: rgb(97,250,60); }
td.TdClassName
{
border-color: #61FA3C;
}
.TagClassName
{
border-color: #61FA3C;
}
</style>