Shades of Screamin' Green #60F348
Tints of Screamin' Green #60F348
RGB
CMYK
RGB Variations
Color information
#60F348 (or 0x60F348) is known color: Screamin' Green. HEX triplet: 60, F3 and 48. RGB value is (96,243,72). Sum of RGB (Red+Green+Blue) = 96+243+72=411 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.36% from 411); Green value is 243 (95.31% from 255 or 59.12% from 411); Blue value is 72 (28.52% from 255 or 17.52% from 411); Max value from RGB is 243 - color contains mainly: green. Hex color #60F348 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #60F348 is #9F0CB7. Grayscale: #B4B4B4. Windows color (decimal): -10423480 or 4780896. OLE color: 4780896.
HSL color Cylindrical-coordinate representation of color #60F348: hue angle of 111.58º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #60F348 is Cyan = 0.60, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 243 | 72 | - |
| CMYK | 0.60 | 0 | 0.70 | 0.05 |
| HSL | 111.58º | 0.88% | 0.62% | - |
| HSV(B) | 111.58º | 0.7% | 0.95% | - |
| XYZ | 38.04 | 67.06 | 17.07 | - |
| YUV | 179.55 | 67.3 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 243 | 72 | 0.60 | 0 | 0.70 | 0.05 | 111.58 | 0.88 | 0.62 |
| Hex | 60 | F3 | 48 | 3C | 0 | 46 | 5 | 70 | 58 | 3E |
| Octal | 140 | 363 | 110 | 74 | 0 | 106 | 5 | 160 | 130 | 76 |
| Binary | 1100000 | 11110011 | 1001000 | 111100 | 0 | 1000110 | 101 | 1110000 | 1011000 | 111110 |
Color Harmonies of #60F348
Complementary color
Monochromatic Colors of #60F348
Black with #60F348
Text Example
Text Example
White with #60F348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F348; }
p { color: rgb(96,243,72); }
H1.HeaderClassName
{
color: #60F348;
}
.AnyTagClassName
{
color: #60F348;
}
</style>
background-color css
<style>
a { background-color: #60F348; }
a { background-color: rgb(96,243,72); }
div.DivClassName
{
background-color: #60F348;
}
.BgClassName
{
background-color: #60F348;
}
</style>
border-color css
<style>
span { border-color: #60F348; }
span { border-color: rgb(96,243,72); }
td.TdClassName
{
border-color: #60F348;
}
.TagClassName
{
border-color: #60F348;
}
</style>