Shades of Screamin' Green #40FA58
Tints of Screamin' Green #40FA58
RGB
CMYK
RGB Variations
Color information
#40FA58 (or 0x40FA58) is known color: Screamin' Green. HEX triplet: 40, FA and 58. RGB value is (64,250,88). Sum of RGB (Red+Green+Blue) = 64+250+88=402 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.92% from 402); Green value is 250 (98.05% from 255 or 62.19% from 402); Blue value is 88 (34.77% from 255 or 21.89% from 402); Max value from RGB is 250 - color contains mainly: green. Hex color #40FA58 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40FA58 is #BF05A7. Grayscale: #B0B0B0. Windows color (decimal): -12518824 or 5831232. OLE color: 5831232.
HSL color Cylindrical-coordinate representation of color #40FA58: hue angle of 127.74º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40FA58 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 250 | 88 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.02 |
| HSL | 127.74º | 0.95% | 0.62% | - |
| HSV(B) | 127.74º | 0.74% | 0.98% | - |
| XYZ | 38.06 | 70.17 | 20.77 | - |
| YUV | 175.92 | 78.38 | 48.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 250 | 88 | 0.74 | 0 | 0.65 | 0.02 | 127.74 | 0.95 | 0.62 |
| Hex | 40 | FA | 58 | 4A | 0 | 41 | 2 | 80 | 5F | 3E |
| Octal | 100 | 372 | 130 | 112 | 0 | 101 | 2 | 200 | 137 | 76 |
| Binary | 1000000 | 11111010 | 1011000 | 1001010 | 0 | 1000001 | 10 | 10000000 | 1011111 | 111110 |
Color Harmonies of #40FA58
Complementary color
Monochromatic Colors of #40FA58
Black with #40FA58
Text Example
Text Example
White with #40FA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FA58; }
p { color: rgb(64,250,88); }
H1.HeaderClassName
{
color: #40FA58;
}
.AnyTagClassName
{
color: #40FA58;
}
</style>
background-color css
<style>
a { background-color: #40FA58; }
a { background-color: rgb(64,250,88); }
div.DivClassName
{
background-color: #40FA58;
}
.BgClassName
{
background-color: #40FA58;
}
</style>
border-color css
<style>
span { border-color: #40FA58; }
span { border-color: rgb(64,250,88); }
td.TdClassName
{
border-color: #40FA58;
}
.TagClassName
{
border-color: #40FA58;
}
</style>