Shades of Screamin' Green #40F05C
Tints of Screamin' Green #40F05C
RGB
CMYK
RGB Variations
Color information
#40F05C (or 0x40F05C) is known color: Screamin' Green. HEX triplet: 40, F0 and 5C. RGB value is (64,240,92). Sum of RGB (Red+Green+Blue) = 64+240+92=396 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.16% from 396); Green value is 240 (94.14% from 255 or 60.61% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 240 - color contains mainly: green. Hex color #40F05C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40F05C is #BF0FA3. Grayscale: #AAAAAA. Windows color (decimal): -12521380 or 6090816. OLE color: 6090816.
HSL color Cylindrical-coordinate representation of color #40F05C: hue angle of 129.55º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40F05C is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 240 | 92 | - |
| CMYK | 0.73 | 0 | 0.62 | 0.06 |
| HSL | 129.55º | 0.85% | 0.6% | - |
| HSV(B) | 129.55º | 0.73% | 0.94% | - |
| XYZ | 35.21 | 64.18 | 20.66 | - |
| YUV | 170.5 | 83.69 | 52.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 240 | 92 | 0.73 | 0 | 0.62 | 0.06 | 129.55 | 0.85 | 0.6 |
| Hex | 40 | F0 | 5C | 49 | 0 | 3E | 6 | 82 | 55 | 3C |
| Octal | 100 | 360 | 134 | 111 | 0 | 76 | 6 | 202 | 125 | 74 |
| Binary | 1000000 | 11110000 | 1011100 | 1001001 | 0 | 111110 | 110 | 10000010 | 1010101 | 111100 |
Color Harmonies of #40F05C
Complementary color
Monochromatic Colors of #40F05C
Black with #40F05C
Text Example
Text Example
White with #40F05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F05C; }
p { color: rgb(64,240,92); }
H1.HeaderClassName
{
color: #40F05C;
}
.AnyTagClassName
{
color: #40F05C;
}
</style>
background-color css
<style>
a { background-color: #40F05C; }
a { background-color: rgb(64,240,92); }
div.DivClassName
{
background-color: #40F05C;
}
.BgClassName
{
background-color: #40F05C;
}
</style>
border-color css
<style>
span { border-color: #40F05C; }
span { border-color: rgb(64,240,92); }
td.TdClassName
{
border-color: #40F05C;
}
.TagClassName
{
border-color: #40F05C;
}
</style>