Shades of Screamin' Green #40FC4C
Tints of Screamin' Green #40FC4C
RGB
CMYK
RGB Variations
Color information
#40FC4C (or 0x40FC4C) is known color: Screamin' Green. HEX triplet: 40, FC and 4C. RGB value is (64,252,76). Sum of RGB (Red+Green+Blue) = 64+252+76=392 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.33% from 392); Green value is 252 (98.83% from 255 or 64.29% from 392); Blue value is 76 (30.08% from 255 or 19.39% from 392); Max value from RGB is 252 - color contains mainly: green. Hex color #40FC4C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40FC4C is #BF03B3. Grayscale: #B0B0B0. Windows color (decimal): -12518324 or 5045312. OLE color: 5045312.
HSL color Cylindrical-coordinate representation of color #40FC4C: hue angle of 123.83º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FC4C is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 252 | 76 | - |
| CMYK | 0.75 | 0 | 0.70 | 0.01 |
| HSL | 123.83º | 0.97% | 0.62% | - |
| HSV(B) | 123.83º | 0.75% | 0.99% | - |
| XYZ | 38.23 | 71.23 | 18.57 | - |
| YUV | 175.72 | 71.72 | 48.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 252 | 76 | 0.75 | 0 | 0.70 | 0.01 | 123.83 | 0.97 | 0.62 |
| Hex | 40 | FC | 4C | 4B | 0 | 46 | 1 | 7C | 61 | 3E |
| Octal | 100 | 374 | 114 | 113 | 0 | 106 | 1 | 174 | 141 | 76 |
| Binary | 1000000 | 11111100 | 1001100 | 1001011 | 0 | 1000110 | 1 | 1111100 | 1100001 | 111110 |
Color Harmonies of #40FC4C
Complementary color
Monochromatic Colors of #40FC4C
Black with #40FC4C
Text Example
Text Example
White with #40FC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FC4C; }
p { color: rgb(64,252,76); }
H1.HeaderClassName
{
color: #40FC4C;
}
.AnyTagClassName
{
color: #40FC4C;
}
</style>
background-color css
<style>
a { background-color: #40FC4C; }
a { background-color: rgb(64,252,76); }
div.DivClassName
{
background-color: #40FC4C;
}
.BgClassName
{
background-color: #40FC4C;
}
</style>
border-color css
<style>
span { border-color: #40FC4C; }
span { border-color: rgb(64,252,76); }
td.TdClassName
{
border-color: #40FC4C;
}
.TagClassName
{
border-color: #40FC4C;
}
</style>