Shades of Screamin' Green #60FF38
Tints of Screamin' Green #60FF38
RGB
CMYK
RGB Variations
Color information
#60FF38 (or 0x60FF38) is known color: Screamin' Green. HEX triplet: 60, FF and 38. RGB value is (96,255,56). Sum of RGB (Red+Green+Blue) = 96+255+56=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 255 (100% from 255 or 62.65% from 407); Blue value is 56 (22.27% from 255 or 13.76% from 407); Max value from RGB is 255 - color contains mainly: green. Hex color #60FF38 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #60FF38 is #9F00C7. Grayscale: #B9B9B9. Windows color (decimal): -10420424 or 3735392. OLE color: 3735392.
HSL color Cylindrical-coordinate representation of color #60FF38: hue angle of 107.94º 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 #60FF38 is Cyan = 0.62, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 255 | 56 | - |
| CMYK | 0.62 | 0 | 0.78 | 0 |
| HSL | 107.94º | 1% | 0.61% | - |
| HSV(B) | 107.94º | 0.78% | 1% | - |
| XYZ | 41.3 | 74.29 | 15.9 | - |
| YUV | 184.77 | 55.32 | 64.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 255 | 56 | 0.62 | 0 | 0.78 | 0 | 107.94 | 1 | 0.61 |
| Hex | 60 | FF | 38 | 3E | 0 | 4E | 0 | 6C | 64 | 3D |
| Octal | 140 | 377 | 70 | 76 | 0 | 116 | 0 | 154 | 144 | 75 |
| Binary | 1100000 | 11111111 | 111000 | 111110 | 0 | 1001110 | 0 | 1101100 | 1100100 | 111101 |
Color Harmonies of #60FF38
Complementary color
Monochromatic Colors of #60FF38
Black with #60FF38
Text Example
Text Example
White with #60FF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FF38; }
p { color: rgb(96,255,56); }
H1.HeaderClassName
{
color: #60FF38;
}
.AnyTagClassName
{
color: #60FF38;
}
</style>
background-color css
<style>
a { background-color: #60FF38; }
a { background-color: rgb(96,255,56); }
div.DivClassName
{
background-color: #60FF38;
}
.BgClassName
{
background-color: #60FF38;
}
</style>
border-color css
<style>
span { border-color: #60FF38; }
span { border-color: rgb(96,255,56); }
td.TdClassName
{
border-color: #60FF38;
}
.TagClassName
{
border-color: #60FF38;
}
</style>