Shades of Screamin' Green #38F56B
Tints of Screamin' Green #38F56B
RGB
CMYK
RGB Variations
Color information
#38F56B (or 0x38F56B) is known color: Screamin' Green. HEX triplet: 38, F5 and 6B. RGB value is (56,245,107). Sum of RGB (Red+Green+Blue) = 56+245+107=408 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.73% from 408); Green value is 245 (96.09% from 255 or 60.05% from 408); Blue value is 107 (42.19% from 255 or 26.23% from 408); Max value from RGB is 245 - color contains mainly: green. Hex color #38F56B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38F56B is #C70A94. Grayscale: #ADADAD. Windows color (decimal): -13044373 or 7075128. OLE color: 7075128.
HSL color Cylindrical-coordinate representation of color #38F56B: hue angle of 136.19º 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 #38F56B is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 56 | 245 | 107 | - |
| CMYK | 0.77 | 0 | 0.56 | 0.04 |
| HSL | 136.19º | 0.9% | 0.59% | - |
| HSV(B) | 136.19º | 0.77% | 0.96% | - |
| XYZ | 36.94 | 67.21 | 24.94 | - |
| YUV | 172.76 | 90.88 | 44.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 245 | 107 | 0.77 | 0 | 0.56 | 0.04 | 136.19 | 0.9 | 0.59 |
| Hex | 38 | F5 | 6B | 4D | 0 | 38 | 4 | 88 | 5A | 3B |
| Octal | 70 | 365 | 153 | 115 | 0 | 70 | 4 | 210 | 132 | 73 |
| Binary | 111000 | 11110101 | 1101011 | 1001101 | 0 | 111000 | 100 | 10001000 | 1011010 | 111011 |
Color Harmonies of #38F56B
Complementary color
Monochromatic Colors of #38F56B
Black with #38F56B
Text Example
Text Example
White with #38F56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F56B; }
p { color: rgb(56,245,107); }
H1.HeaderClassName
{
color: #38F56B;
}
.AnyTagClassName
{
color: #38F56B;
}
</style>
background-color css
<style>
a { background-color: #38F56B; }
a { background-color: rgb(56,245,107); }
div.DivClassName
{
background-color: #38F56B;
}
.BgClassName
{
background-color: #38F56B;
}
</style>
border-color css
<style>
span { border-color: #38F56B; }
span { border-color: rgb(56,245,107); }
td.TdClassName
{
border-color: #38F56B;
}
.TagClassName
{
border-color: #38F56B;
}
</style>