Shades of Screamin' Green #38FA5A
Tints of Screamin' Green #38FA5A
RGB
CMYK
RGB Variations
Color information
#38FA5A (or 0x38FA5A) is known color: Screamin' Green. HEX triplet: 38, FA and 5A. RGB value is (56,250,90). Sum of RGB (Red+Green+Blue) = 56+250+90=396 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.14% from 396); Green value is 250 (98.05% from 255 or 63.13% from 396); Blue value is 90 (35.55% from 255 or 22.73% from 396); Max value from RGB is 250 - color contains mainly: green. Hex color #38FA5A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38FA5A is #C705A5. Grayscale: #AEAEAE. Windows color (decimal): -13043110 or 5962296. OLE color: 5962296.
HSL color Cylindrical-coordinate representation of color #38FA5A: hue angle of 130.52º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FA5A is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 250 | 90 | - |
| CMYK | 0.78 | 0 | 0.64 | 0.02 |
| HSL | 130.52º | 0.95% | 0.6% | - |
| HSV(B) | 130.52º | 0.78% | 0.98% | - |
| XYZ | 37.66 | 69.95 | 21.19 | - |
| YUV | 173.75 | 80.73 | 44.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 250 | 90 | 0.78 | 0 | 0.64 | 0.02 | 130.52 | 0.95 | 0.6 |
| Hex | 38 | FA | 5A | 4E | 0 | 40 | 2 | 83 | 5F | 3C |
| Octal | 70 | 372 | 132 | 116 | 0 | 100 | 2 | 203 | 137 | 74 |
| Binary | 111000 | 11111010 | 1011010 | 1001110 | 0 | 1000000 | 10 | 10000011 | 1011111 | 111100 |
Color Harmonies of #38FA5A
Complementary color
Monochromatic Colors of #38FA5A
Black with #38FA5A
Text Example
Text Example
White with #38FA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FA5A; }
p { color: rgb(56,250,90); }
H1.HeaderClassName
{
color: #38FA5A;
}
.AnyTagClassName
{
color: #38FA5A;
}
</style>
background-color css
<style>
a { background-color: #38FA5A; }
a { background-color: rgb(56,250,90); }
div.DivClassName
{
background-color: #38FA5A;
}
.BgClassName
{
background-color: #38FA5A;
}
</style>
border-color css
<style>
span { border-color: #38FA5A; }
span { border-color: rgb(56,250,90); }
td.TdClassName
{
border-color: #38FA5A;
}
.TagClassName
{
border-color: #38FA5A;
}
</style>