Shades of Screamin' Green #38F55C
Tints of Screamin' Green #38F55C
RGB
CMYK
RGB Variations
Color information
#38F55C (or 0x38F55C) is known color: Screamin' Green. HEX triplet: 38, F5 and 5C. RGB value is (56,245,92). Sum of RGB (Red+Green+Blue) = 56+245+92=393 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.25% from 393); Green value is 245 (96.09% from 255 or 62.34% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 245 - color contains mainly: green. Hex color #38F55C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38F55C is #C70AA3. Grayscale: #ABABAB. Windows color (decimal): -13044388 or 6092088. OLE color: 6092088.
HSL color Cylindrical-coordinate representation of color #38F55C: hue angle of 131.43º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F55C is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 56 | 245 | 92 | - |
| CMYK | 0.77 | 0 | 0.62 | 0.04 |
| HSL | 131.43º | 0.9% | 0.59% | - |
| HSV(B) | 131.43º | 0.77% | 0.96% | - |
| XYZ | 36.22 | 66.92 | 21.13 | - |
| YUV | 171.05 | 83.38 | 45.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 245 | 92 | 0.77 | 0 | 0.62 | 0.04 | 131.43 | 0.9 | 0.59 |
| Hex | 38 | F5 | 5C | 4D | 0 | 3E | 4 | 83 | 5A | 3B |
| Octal | 70 | 365 | 134 | 115 | 0 | 76 | 4 | 203 | 132 | 73 |
| Binary | 111000 | 11110101 | 1011100 | 1001101 | 0 | 111110 | 100 | 10000011 | 1011010 | 111011 |
Color Harmonies of #38F55C
Complementary color
Monochromatic Colors of #38F55C
Black with #38F55C
Text Example
Text Example
White with #38F55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F55C; }
p { color: rgb(56,245,92); }
H1.HeaderClassName
{
color: #38F55C;
}
.AnyTagClassName
{
color: #38F55C;
}
</style>
background-color css
<style>
a { background-color: #38F55C; }
a { background-color: rgb(56,245,92); }
div.DivClassName
{
background-color: #38F55C;
}
.BgClassName
{
background-color: #38F55C;
}
</style>
border-color css
<style>
span { border-color: #38F55C; }
span { border-color: rgb(56,245,92); }
td.TdClassName
{
border-color: #38F55C;
}
.TagClassName
{
border-color: #38F55C;
}
</style>