Shades of Screamin' Green #40F948
Tints of Screamin' Green #40F948
RGB
CMYK
RGB Variations
Color information
#40F948 (or 0x40F948) is known color: Screamin' Green. HEX triplet: 40, F9 and 48. RGB value is (64,249,72). Sum of RGB (Red+Green+Blue) = 64+249+72=385 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.62% from 385); Green value is 249 (97.66% from 255 or 64.68% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 249 - color contains mainly: green. Hex color #40F948 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F948 is #BF06B7. Grayscale: #AEAEAE. Windows color (decimal): -12519096 or 4782400. OLE color: 4782400.
HSL color Cylindrical-coordinate representation of color #40F948: hue angle of 122.59º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F948 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 249 | 72 | - |
| CMYK | 0.74 | 0 | 0.71 | 0.02 |
| HSL | 122.59º | 0.94% | 0.61% | - |
| HSV(B) | 122.59º | 0.74% | 0.98% | - |
| XYZ | 37.16 | 69.31 | 17.55 | - |
| YUV | 173.51 | 70.71 | 49.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 249 | 72 | 0.74 | 0 | 0.71 | 0.02 | 122.59 | 0.94 | 0.61 |
| Hex | 40 | F9 | 48 | 4A | 0 | 47 | 2 | 7B | 5E | 3D |
| Octal | 100 | 371 | 110 | 112 | 0 | 107 | 2 | 173 | 136 | 75 |
| Binary | 1000000 | 11111001 | 1001000 | 1001010 | 0 | 1000111 | 10 | 1111011 | 1011110 | 111101 |
Color Harmonies of #40F948
Complementary color
Monochromatic Colors of #40F948
Black with #40F948
Text Example
Text Example
White with #40F948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F948; }
p { color: rgb(64,249,72); }
H1.HeaderClassName
{
color: #40F948;
}
.AnyTagClassName
{
color: #40F948;
}
</style>
background-color css
<style>
a { background-color: #40F948; }
a { background-color: rgb(64,249,72); }
div.DivClassName
{
background-color: #40F948;
}
.BgClassName
{
background-color: #40F948;
}
</style>
border-color css
<style>
span { border-color: #40F948; }
span { border-color: rgb(64,249,72); }
td.TdClassName
{
border-color: #40F948;
}
.TagClassName
{
border-color: #40F948;
}
</style>