Shades of Screamin' Green #40FA70
Tints of Screamin' Green #40FA70
RGB
CMYK
RGB Variations
Color information
#40FA70 (or 0x40FA70) is known color: Screamin' Green. HEX triplet: 40, FA and 70. RGB value is (64,250,112). Sum of RGB (Red+Green+Blue) = 64+250+112=426 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.02% from 426); Green value is 250 (98.05% from 255 or 58.69% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 250 - color contains mainly: green. Hex color #40FA70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40FA70 is #BF058F. Grayscale: #B3B3B3. Windows color (decimal): -12518800 or 7404096. OLE color: 7404096.
HSL color Cylindrical-coordinate representation of color #40FA70: hue angle of 135.48º 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 #40FA70 is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 250 | 112 | - |
| CMYK | 0.74 | 0 | 0.55 | 0.02 |
| HSL | 135.48º | 0.95% | 0.62% | - |
| HSV(B) | 135.48º | 0.74% | 0.98% | - |
| XYZ | 39.22 | 70.63 | 26.9 | - |
| YUV | 178.65 | 90.38 | 46.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 250 | 112 | 0.74 | 0 | 0.55 | 0.02 | 135.48 | 0.95 | 0.62 |
| Hex | 40 | FA | 70 | 4A | 0 | 37 | 2 | 87 | 5F | 3E |
| Octal | 100 | 372 | 160 | 112 | 0 | 67 | 2 | 207 | 137 | 76 |
| Binary | 1000000 | 11111010 | 1110000 | 1001010 | 0 | 110111 | 10 | 10000111 | 1011111 | 111110 |
Color Harmonies of #40FA70
Complementary color
Monochromatic Colors of #40FA70
Black with #40FA70
Text Example
Text Example
White with #40FA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FA70; }
p { color: rgb(64,250,112); }
H1.HeaderClassName
{
color: #40FA70;
}
.AnyTagClassName
{
color: #40FA70;
}
</style>
background-color css
<style>
a { background-color: #40FA70; }
a { background-color: rgb(64,250,112); }
div.DivClassName
{
background-color: #40FA70;
}
.BgClassName
{
background-color: #40FA70;
}
</style>
border-color css
<style>
span { border-color: #40FA70; }
span { border-color: rgb(64,250,112); }
td.TdClassName
{
border-color: #40FA70;
}
.TagClassName
{
border-color: #40FA70;
}
</style>