Shades of Screamin' Green #60F255
Tints of Screamin' Green #60F255
RGB
CMYK
RGB Variations
Color information
#60F255 (or 0x60F255) is known color: Screamin' Green. HEX triplet: 60, F2 and 55. RGB value is (96,242,85). Sum of RGB (Red+Green+Blue) = 96+242+85=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 242 (94.92% from 255 or 57.21% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 242 - color contains mainly: green. Hex color #60F255 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #60F255 is #9F0DAA. Grayscale: #B4B4B4. Windows color (decimal): -10423723 or 5632608. OLE color: 5632608.
HSL color Cylindrical-coordinate representation of color #60F255: hue angle of 115.8º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #60F255 is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 242 | 85 | - |
| CMYK | 0.60 | 0 | 0.65 | 0.05 |
| HSL | 115.8º | 0.86% | 0.64% | - |
| HSV(B) | 115.8º | 0.65% | 0.95% | - |
| XYZ | 38.22 | 66.65 | 19.44 | - |
| YUV | 180.45 | 74.13 | 67.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 242 | 85 | 0.60 | 0 | 0.65 | 0.05 | 115.8 | 0.86 | 0.64 |
| Hex | 60 | F2 | 55 | 3C | 0 | 41 | 5 | 74 | 56 | 40 |
| Octal | 140 | 362 | 125 | 74 | 0 | 101 | 5 | 164 | 126 | 100 |
| Binary | 1100000 | 11110010 | 1010101 | 111100 | 0 | 1000001 | 101 | 1110100 | 1010110 | 1000000 |
Color Harmonies of #60F255
Complementary color
Monochromatic Colors of #60F255
Black with #60F255
Text Example
Text Example
White with #60F255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F255; }
p { color: rgb(96,242,85); }
H1.HeaderClassName
{
color: #60F255;
}
.AnyTagClassName
{
color: #60F255;
}
</style>
background-color css
<style>
a { background-color: #60F255; }
a { background-color: rgb(96,242,85); }
div.DivClassName
{
background-color: #60F255;
}
.BgClassName
{
background-color: #60F255;
}
</style>
border-color css
<style>
span { border-color: #60F255; }
span { border-color: rgb(96,242,85); }
td.TdClassName
{
border-color: #60F255;
}
.TagClassName
{
border-color: #60F255;
}
</style>