Shades of Screamin' Green #40F54C
Tints of Screamin' Green #40F54C
RGB
CMYK
RGB Variations
Color information
#40F54C (or 0x40F54C) is known color: Screamin' Green. HEX triplet: 40, F5 and 4C. RGB value is (64,245,76). Sum of RGB (Red+Green+Blue) = 64+245+76=385 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.62% from 385); Green value is 245 (96.09% from 255 or 63.64% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 245 - color contains mainly: green. Hex color #40F54C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F54C is #BF0AB3. Grayscale: #ACACAC. Windows color (decimal): -12520116 or 5043520. OLE color: 5043520.
HSL color Cylindrical-coordinate representation of color #40F54C: hue angle of 123.98º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F54C is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 245 | 76 | - |
| CMYK | 0.74 | 0 | 0.69 | 0.04 |
| HSL | 123.98º | 0.9% | 0.61% | - |
| HSV(B) | 123.98º | 0.74% | 0.96% | - |
| XYZ | 36.07 | 66.92 | 17.85 | - |
| YUV | 171.62 | 74.03 | 51.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 245 | 76 | 0.74 | 0 | 0.69 | 0.04 | 123.98 | 0.9 | 0.61 |
| Hex | 40 | F5 | 4C | 4A | 0 | 45 | 4 | 7C | 5A | 3D |
| Octal | 100 | 365 | 114 | 112 | 0 | 105 | 4 | 174 | 132 | 75 |
| Binary | 1000000 | 11110101 | 1001100 | 1001010 | 0 | 1000101 | 100 | 1111100 | 1011010 | 111101 |
Color Harmonies of #40F54C
Complementary color
Monochromatic Colors of #40F54C
Black with #40F54C
Text Example
Text Example
White with #40F54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F54C; }
p { color: rgb(64,245,76); }
H1.HeaderClassName
{
color: #40F54C;
}
.AnyTagClassName
{
color: #40F54C;
}
</style>
background-color css
<style>
a { background-color: #40F54C; }
a { background-color: rgb(64,245,76); }
div.DivClassName
{
background-color: #40F54C;
}
.BgClassName
{
background-color: #40F54C;
}
</style>
border-color css
<style>
span { border-color: #40F54C; }
span { border-color: rgb(64,245,76); }
td.TdClassName
{
border-color: #40F54C;
}
.TagClassName
{
border-color: #40F54C;
}
</style>