Shades of Screamin' Green #38F35E
Tints of Screamin' Green #38F35E
RGB
CMYK
RGB Variations
Color information
#38F35E (or 0x38F35E) is known color: Screamin' Green. HEX triplet: 38, F3 and 5E. RGB value is (56,243,94). Sum of RGB (Red+Green+Blue) = 56+243+94=393 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.25% from 393); Green value is 243 (95.31% from 255 or 61.83% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 243 - color contains mainly: green. Hex color #38F35E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38F35E is #C70CA1. Grayscale: #AAAAAA. Windows color (decimal): -13044898 or 6222648. OLE color: 6222648.
HSL color Cylindrical-coordinate representation of color #38F35E: hue angle of 132.19º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F35E is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 243 | 94 | - |
| CMYK | 0.77 | 0 | 0.61 | 0.05 |
| HSL | 132.19º | 0.89% | 0.59% | - |
| HSV(B) | 132.19º | 0.77% | 0.95% | - |
| XYZ | 35.7 | 65.75 | 21.4 | - |
| YUV | 170.1 | 85.05 | 46.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 243 | 94 | 0.77 | 0 | 0.61 | 0.05 | 132.19 | 0.89 | 0.59 |
| Hex | 38 | F3 | 5E | 4D | 0 | 3D | 5 | 84 | 59 | 3B |
| Octal | 70 | 363 | 136 | 115 | 0 | 75 | 5 | 204 | 131 | 73 |
| Binary | 111000 | 11110011 | 1011110 | 1001101 | 0 | 111101 | 101 | 10000100 | 1011001 | 111011 |
Color Harmonies of #38F35E
Complementary color
Monochromatic Colors of #38F35E
Black with #38F35E
Text Example
Text Example
White with #38F35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F35E; }
p { color: rgb(56,243,94); }
H1.HeaderClassName
{
color: #38F35E;
}
.AnyTagClassName
{
color: #38F35E;
}
</style>
background-color css
<style>
a { background-color: #38F35E; }
a { background-color: rgb(56,243,94); }
div.DivClassName
{
background-color: #38F35E;
}
.BgClassName
{
background-color: #38F35E;
}
</style>
border-color css
<style>
span { border-color: #38F35E; }
span { border-color: rgb(56,243,94); }
td.TdClassName
{
border-color: #38F35E;
}
.TagClassName
{
border-color: #38F35E;
}
</style>