Shades of Screamin' Green #40FB50
Tints of Screamin' Green #40FB50
RGB
CMYK
RGB Variations
Color information
#40FB50 (or 0x40FB50) is known color: Screamin' Green. HEX triplet: 40, FB and 50. RGB value is (64,251,80). Sum of RGB (Red+Green+Blue) = 64+251+80=395 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.20% from 395); Green value is 251 (98.44% from 255 or 63.54% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 251 - color contains mainly: green. Hex color #40FB50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40FB50 is #BF04AF. Grayscale: #B0B0B0. Windows color (decimal): -12518576 or 5307200. OLE color: 5307200.
HSL color Cylindrical-coordinate representation of color #40FB50: hue angle of 125.13º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FB50 is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 251 | 80 | - |
| CMYK | 0.75 | 0 | 0.68 | 0.02 |
| HSL | 125.13º | 0.96% | 0.62% | - |
| HSV(B) | 125.13º | 0.75% | 0.98% | - |
| XYZ | 38.06 | 70.66 | 19.22 | - |
| YUV | 175.59 | 74.05 | 48.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 251 | 80 | 0.75 | 0 | 0.68 | 0.02 | 125.13 | 0.96 | 0.62 |
| Hex | 40 | FB | 50 | 4B | 0 | 44 | 2 | 7D | 60 | 3E |
| Octal | 100 | 373 | 120 | 113 | 0 | 104 | 2 | 175 | 140 | 76 |
| Binary | 1000000 | 11111011 | 1010000 | 1001011 | 0 | 1000100 | 10 | 1111101 | 1100000 | 111110 |
Color Harmonies of #40FB50
Complementary color
Monochromatic Colors of #40FB50
Black with #40FB50
Text Example
Text Example
White with #40FB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FB50; }
p { color: rgb(64,251,80); }
H1.HeaderClassName
{
color: #40FB50;
}
.AnyTagClassName
{
color: #40FB50;
}
</style>
background-color css
<style>
a { background-color: #40FB50; }
a { background-color: rgb(64,251,80); }
div.DivClassName
{
background-color: #40FB50;
}
.BgClassName
{
background-color: #40FB50;
}
</style>
border-color css
<style>
span { border-color: #40FB50; }
span { border-color: rgb(64,251,80); }
td.TdClassName
{
border-color: #40FB50;
}
.TagClassName
{
border-color: #40FB50;
}
</style>