Shades of Screamin' Green #38F256
Tints of Screamin' Green #38F256
RGB
CMYK
RGB Variations
Color information
#38F256 (or 0x38F256) is known color: Screamin' Green. HEX triplet: 38, F2 and 56. RGB value is (56,242,86). Sum of RGB (Red+Green+Blue) = 56+242+86=384 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.58% from 384); Green value is 242 (94.92% from 255 or 63.02% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 242 - color contains mainly: green. Hex color #38F256 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38F256 is #C70DA9. Grayscale: #A9A9A9. Windows color (decimal): -13045162 or 5698104. OLE color: 5698104.
HSL color Cylindrical-coordinate representation of color #38F256: hue angle of 129.68º 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 #38F256 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 242 | 86 | - |
| CMYK | 0.77 | 0 | 0.64 | 0.05 |
| HSL | 129.68º | 0.88% | 0.58% | - |
| HSV(B) | 129.68º | 0.77% | 0.95% | - |
| XYZ | 35.06 | 65.02 | 19.51 | - |
| YUV | 168.6 | 81.38 | 47.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 242 | 86 | 0.77 | 0 | 0.64 | 0.05 | 129.68 | 0.88 | 0.58 |
| Hex | 38 | F2 | 56 | 4D | 0 | 40 | 5 | 82 | 58 | 3A |
| Octal | 70 | 362 | 126 | 115 | 0 | 100 | 5 | 202 | 130 | 72 |
| Binary | 111000 | 11110010 | 1010110 | 1001101 | 0 | 1000000 | 101 | 10000010 | 1011000 | 111010 |
Color Harmonies of #38F256
Complementary color
Monochromatic Colors of #38F256
Black with #38F256
Text Example
Text Example
White with #38F256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F256; }
p { color: rgb(56,242,86); }
H1.HeaderClassName
{
color: #38F256;
}
.AnyTagClassName
{
color: #38F256;
}
</style>
background-color css
<style>
a { background-color: #38F256; }
a { background-color: rgb(56,242,86); }
div.DivClassName
{
background-color: #38F256;
}
.BgClassName
{
background-color: #38F256;
}
</style>
border-color css
<style>
span { border-color: #38F256; }
span { border-color: rgb(56,242,86); }
td.TdClassName
{
border-color: #38F256;
}
.TagClassName
{
border-color: #38F256;
}
</style>