Shades of Screamin' Green #38FF64
Tints of Screamin' Green #38FF64
RGB
CMYK
RGB Variations
Color information
#38FF64 (or 0x38FF64) is known color: Screamin' Green. HEX triplet: 38, FF and 64. RGB value is (56,255,100). Sum of RGB (Red+Green+Blue) = 56+255+100=411 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.63% from 411); Green value is 255 (100% from 255 or 62.04% from 411); Blue value is 100 (39.45% from 255 or 24.33% from 411); Max value from RGB is 255 - color contains mainly: green. Hex color #38FF64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38FF64 is #C7009B. Grayscale: #B2B2B2. Windows color (decimal): -13041820 or 6618936. OLE color: 6618936.
HSL color Cylindrical-coordinate representation of color #38FF64: hue angle of 133.27º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FF64 is Cyan = 0.78, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 255 | 100 | - |
| CMYK | 0.78 | 0 | 0.61 | 0 |
| HSL | 133.27º | 1% | 0.61% | - |
| HSV(B) | 133.27º | 0.78% | 1% | - |
| XYZ | 39.69 | 73.28 | 24.11 | - |
| YUV | 177.83 | 84.07 | 41.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 255 | 100 | 0.78 | 0 | 0.61 | 0 | 133.27 | 1 | 0.61 |
| Hex | 38 | FF | 64 | 4E | 0 | 3D | 0 | 85 | 64 | 3D |
| Octal | 70 | 377 | 144 | 116 | 0 | 75 | 0 | 205 | 144 | 75 |
| Binary | 111000 | 11111111 | 1100100 | 1001110 | 0 | 111101 | 0 | 10000101 | 1100100 | 111101 |
Color Harmonies of #38FF64
Complementary color
Monochromatic Colors of #38FF64
Black with #38FF64
Text Example
Text Example
White with #38FF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FF64; }
p { color: rgb(56,255,100); }
H1.HeaderClassName
{
color: #38FF64;
}
.AnyTagClassName
{
color: #38FF64;
}
</style>
background-color css
<style>
a { background-color: #38FF64; }
a { background-color: rgb(56,255,100); }
div.DivClassName
{
background-color: #38FF64;
}
.BgClassName
{
background-color: #38FF64;
}
</style>
border-color css
<style>
span { border-color: #38FF64; }
span { border-color: rgb(56,255,100); }
td.TdClassName
{
border-color: #38FF64;
}
.TagClassName
{
border-color: #38FF64;
}
</style>