Shades of Screamin' Green #60F285
Tints of Screamin' Green #60F285
RGB
CMYK
RGB Variations
Color information
#60F285 (or 0x60F285) is known color: Screamin' Green. HEX triplet: 60, F2 and 85. RGB value is (96,242,133). Sum of RGB (Red+Green+Blue) = 96+242+133=471 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.38% from 471); Green value is 242 (94.92% from 255 or 51.38% from 471); Blue value is 133 (52.34% from 255 or 28.24% from 471); Max value from RGB is 242 - color contains mainly: green. Hex color #60F285 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F285 is #9F0D7A. Grayscale: #BABABA. Windows color (decimal): -10423675 or 8778336. OLE color: 8778336.
HSL color Cylindrical-coordinate representation of color #60F285: hue angle of 135.21º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60F285 is Cyan = 0.60, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 242 | 133 | - |
| CMYK | 0.60 | 0 | 0.45 | 0.05 |
| HSL | 135.21º | 0.85% | 0.66% | - |
| HSV(B) | 135.21º | 0.6% | 0.95% | - |
| XYZ | 40.81 | 67.68 | 33.1 | - |
| YUV | 185.92 | 98.13 | 63.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 242 | 133 | 0.60 | 0 | 0.45 | 0.05 | 135.21 | 0.85 | 0.66 |
| Hex | 60 | F2 | 85 | 3C | 0 | 2D | 5 | 87 | 55 | 42 |
| Octal | 140 | 362 | 205 | 74 | 0 | 55 | 5 | 207 | 125 | 102 |
| Binary | 1100000 | 11110010 | 10000101 | 111100 | 0 | 101101 | 101 | 10000111 | 1010101 | 1000010 |
Color Harmonies of #60F285
Complementary color
Monochromatic Colors of #60F285
Black with #60F285
Text Example
Text Example
White with #60F285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F285; }
p { color: rgb(96,242,133); }
H1.HeaderClassName
{
color: #60F285;
}
.AnyTagClassName
{
color: #60F285;
}
</style>
background-color css
<style>
a { background-color: #60F285; }
a { background-color: rgb(96,242,133); }
div.DivClassName
{
background-color: #60F285;
}
.BgClassName
{
background-color: #60F285;
}
</style>
border-color css
<style>
span { border-color: #60F285; }
span { border-color: rgb(96,242,133); }
td.TdClassName
{
border-color: #60F285;
}
.TagClassName
{
border-color: #60F285;
}
</style>