Shades of Screamin' Green #40F24D
Tints of Screamin' Green #40F24D
RGB
CMYK
RGB Variations
Color information
#40F24D (or 0x40F24D) is known color: Screamin' Green. HEX triplet: 40, F2 and 4D. RGB value is (64,242,77). Sum of RGB (Red+Green+Blue) = 64+242+77=383 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.71% from 383); Green value is 242 (94.92% from 255 or 63.19% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 242 - color contains mainly: green. Hex color #40F24D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40F24D is #BF0DB2. Grayscale: #AAAAAA. Windows color (decimal): -12520883 or 5108288. OLE color: 5108288.
HSL color Cylindrical-coordinate representation of color #40F24D: hue angle of 124.38º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F24D is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 242 | 77 | - |
| CMYK | 0.74 | 0 | 0.68 | 0.05 |
| HSL | 124.38º | 0.87% | 0.6% | - |
| HSV(B) | 124.38º | 0.74% | 0.95% | - |
| XYZ | 35.21 | 65.13 | 17.74 | - |
| YUV | 169.97 | 75.53 | 52.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 242 | 77 | 0.74 | 0 | 0.68 | 0.05 | 124.38 | 0.87 | 0.6 |
| Hex | 40 | F2 | 4D | 4A | 0 | 44 | 5 | 7C | 57 | 3C |
| Octal | 100 | 362 | 115 | 112 | 0 | 104 | 5 | 174 | 127 | 74 |
| Binary | 1000000 | 11110010 | 1001101 | 1001010 | 0 | 1000100 | 101 | 1111100 | 1010111 | 111100 |
Color Harmonies of #40F24D
Complementary color
Monochromatic Colors of #40F24D
Black with #40F24D
Text Example
Text Example
White with #40F24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F24D; }
p { color: rgb(64,242,77); }
H1.HeaderClassName
{
color: #40F24D;
}
.AnyTagClassName
{
color: #40F24D;
}
</style>
background-color css
<style>
a { background-color: #40F24D; }
a { background-color: rgb(64,242,77); }
div.DivClassName
{
background-color: #40F24D;
}
.BgClassName
{
background-color: #40F24D;
}
</style>
border-color css
<style>
span { border-color: #40F24D; }
span { border-color: rgb(64,242,77); }
td.TdClassName
{
border-color: #40F24D;
}
.TagClassName
{
border-color: #40F24D;
}
</style>