Shades of Screamin' Green #38F257
Tints of Screamin' Green #38F257
RGB
CMYK
RGB Variations
Color information
#38F257 (or 0x38F257) is known color: Screamin' Green. HEX triplet: 38, F2 and 57. RGB value is (56,242,87). Sum of RGB (Red+Green+Blue) = 56+242+87=385 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.55% from 385); Green value is 242 (94.92% from 255 or 62.86% from 385); Blue value is 87 (34.38% from 255 or 22.60% from 385); Max value from RGB is 242 - color contains mainly: green. Hex color #38F257 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38F257 is #C70DA8. Grayscale: #A9A9A9. Windows color (decimal): -13045161 or 5763640. OLE color: 5763640.
HSL color Cylindrical-coordinate representation of color #38F257: hue angle of 130º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F257 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 242 | 87 | - |
| CMYK | 0.77 | 0 | 0.64 | 0.05 |
| HSL | 130º | 0.88% | 0.58% | - |
| HSV(B) | 130º | 0.77% | 0.95% | - |
| XYZ | 35.1 | 65.03 | 19.72 | - |
| YUV | 168.72 | 81.88 | 47.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 242 | 87 | 0.77 | 0 | 0.64 | 0.05 | 130 | 0.88 | 0.58 |
| Hex | 38 | F2 | 57 | 4D | 0 | 40 | 5 | 82 | 58 | 3A |
| Octal | 70 | 362 | 127 | 115 | 0 | 100 | 5 | 202 | 130 | 72 |
| Binary | 111000 | 11110010 | 1010111 | 1001101 | 0 | 1000000 | 101 | 10000010 | 1011000 | 111010 |
Color Harmonies of #38F257
Complementary color
Monochromatic Colors of #38F257
Black with #38F257
Text Example
Text Example
White with #38F257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F257; }
p { color: rgb(56,242,87); }
H1.HeaderClassName
{
color: #38F257;
}
.AnyTagClassName
{
color: #38F257;
}
</style>
background-color css
<style>
a { background-color: #38F257; }
a { background-color: rgb(56,242,87); }
div.DivClassName
{
background-color: #38F257;
}
.BgClassName
{
background-color: #38F257;
}
</style>
border-color css
<style>
span { border-color: #38F257; }
span { border-color: rgb(56,242,87); }
td.TdClassName
{
border-color: #38F257;
}
.TagClassName
{
border-color: #38F257;
}
</style>