Shades of Screamin' Green #61DF4A
Tints of Screamin' Green #61DF4A
RGB
CMYK
RGB Variations
Color information
#61DF4A (or 0x61DF4A) is known color: Screamin' Green. HEX triplet: 61, DF and 4A. RGB value is (97,223,74). Sum of RGB (Red+Green+Blue) = 97+223+74=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 223 (87.5% from 255 or 56.60% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 223 - color contains mainly: green. Hex color #61DF4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61DF4A is #9E20B5. Grayscale: #A8A8A8. Windows color (decimal): -10363062 or 4906849. OLE color: 4906849.
HSL color Cylindrical-coordinate representation of color #61DF4A: hue angle of 110.74º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #61DF4A is Cyan = 0.57, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 223 | 74 | - |
| CMYK | 0.57 | 0 | 0.67 | 0.13 |
| HSL | 110.74º | 0.7% | 0.58% | - |
| HSV(B) | 110.74º | 0.67% | 0.87% | - |
| XYZ | 32.55 | 55.81 | 15.54 | - |
| YUV | 168.34 | 74.76 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 223 | 74 | 0.57 | 0 | 0.67 | 0.13 | 110.74 | 0.7 | 0.58 |
| Hex | 61 | DF | 4A | 39 | 0 | 43 | D | 6F | 46 | 3A |
| Octal | 141 | 337 | 112 | 71 | 0 | 103 | 15 | 157 | 106 | 72 |
| Binary | 1100001 | 11011111 | 1001010 | 111001 | 0 | 1000011 | 1101 | 1101111 | 1000110 | 111010 |
Color Harmonies of #61DF4A
Complementary color
Monochromatic Colors of #61DF4A
Black with #61DF4A
Text Example
Text Example
White with #61DF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DF4A; }
p { color: rgb(97,223,74); }
H1.HeaderClassName
{
color: #61DF4A;
}
.AnyTagClassName
{
color: #61DF4A;
}
</style>
background-color css
<style>
a { background-color: #61DF4A; }
a { background-color: rgb(97,223,74); }
div.DivClassName
{
background-color: #61DF4A;
}
.BgClassName
{
background-color: #61DF4A;
}
</style>
border-color css
<style>
span { border-color: #61DF4A; }
span { border-color: rgb(97,223,74); }
td.TdClassName
{
border-color: #61DF4A;
}
.TagClassName
{
border-color: #61DF4A;
}
</style>