Shades of Screamin' Green #38FE5A
Tints of Screamin' Green #38FE5A
RGB
CMYK
RGB Variations
Color information
#38FE5A (or 0x38FE5A) is known color: Screamin' Green. HEX triplet: 38, FE and 5A. RGB value is (56,254,90). Sum of RGB (Red+Green+Blue) = 56+254+90=400 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14% from 400); Green value is 254 (99.61% from 255 or 63.5% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 254 - color contains mainly: green. Hex color #38FE5A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38FE5A is #C701A5. Grayscale: #B0B0B0. Windows color (decimal): -13042086 or 5963320. OLE color: 5963320.
HSL color Cylindrical-coordinate representation of color #38FE5A: hue angle of 130.3º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FE5A is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 254 | 90 | - |
| CMYK | 0.78 | 0 | 0.65 | 0.00 |
| HSL | 130.3º | 0.99% | 0.61% | - |
| HSV(B) | 130.3º | 0.78% | 1% | - |
| XYZ | 38.92 | 72.46 | 21.61 | - |
| YUV | 176.1 | 79.4 | 42.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 254 | 90 | 0.78 | 0 | 0.65 | 0.00 | 130.3 | 0.99 | 0.61 |
| Hex | 38 | FE | 5A | 4E | 0 | 41 | 0 | 82 | 63 | 3D |
| Octal | 70 | 376 | 132 | 116 | 0 | 101 | 0 | 202 | 143 | 75 |
| Binary | 111000 | 11111110 | 1011010 | 1001110 | 0 | 1000001 | 0 | 10000010 | 1100011 | 111101 |
Color Harmonies of #38FE5A
Complementary color
Monochromatic Colors of #38FE5A
Black with #38FE5A
Text Example
Text Example
White with #38FE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FE5A; }
p { color: rgb(56,254,90); }
H1.HeaderClassName
{
color: #38FE5A;
}
.AnyTagClassName
{
color: #38FE5A;
}
</style>
background-color css
<style>
a { background-color: #38FE5A; }
a { background-color: rgb(56,254,90); }
div.DivClassName
{
background-color: #38FE5A;
}
.BgClassName
{
background-color: #38FE5A;
}
</style>
border-color css
<style>
span { border-color: #38FE5A; }
span { border-color: rgb(56,254,90); }
td.TdClassName
{
border-color: #38FE5A;
}
.TagClassName
{
border-color: #38FE5A;
}
</style>