Shades of Screamin' Green #60F252
Tints of Screamin' Green #60F252
RGB
CMYK
RGB Variations
Color information
#60F252 (or 0x60F252) is known color: Screamin' Green. HEX triplet: 60, F2 and 52. RGB value is (96,242,82). Sum of RGB (Red+Green+Blue) = 96+242+82=420 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.86% from 420); Green value is 242 (94.92% from 255 or 57.62% from 420); Blue value is 82 (32.42% from 255 or 19.52% from 420); Max value from RGB is 242 - color contains mainly: green. Hex color #60F252 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #60F252 is #9F0DAD. Grayscale: #B4B4B4. Windows color (decimal): -10423726 or 5436000. OLE color: 5436000.
HSL color Cylindrical-coordinate representation of color #60F252: hue angle of 114.75º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #60F252 is Cyan = 0.60, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 242 | 82 | - |
| CMYK | 0.60 | 0 | 0.66 | 0.05 |
| HSL | 114.75º | 0.86% | 0.64% | - |
| HSV(B) | 114.75º | 0.66% | 0.95% | - |
| XYZ | 38.1 | 66.6 | 18.83 | - |
| YUV | 180.11 | 72.63 | 68.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 242 | 82 | 0.60 | 0 | 0.66 | 0.05 | 114.75 | 0.86 | 0.64 |
| Hex | 60 | F2 | 52 | 3C | 0 | 42 | 5 | 73 | 56 | 40 |
| Octal | 140 | 362 | 122 | 74 | 0 | 102 | 5 | 163 | 126 | 100 |
| Binary | 1100000 | 11110010 | 1010010 | 111100 | 0 | 1000010 | 101 | 1110011 | 1010110 | 1000000 |
Color Harmonies of #60F252
Complementary color
Monochromatic Colors of #60F252
Black with #60F252
Text Example
Text Example
White with #60F252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F252; }
p { color: rgb(96,242,82); }
H1.HeaderClassName
{
color: #60F252;
}
.AnyTagClassName
{
color: #60F252;
}
</style>
background-color css
<style>
a { background-color: #60F252; }
a { background-color: rgb(96,242,82); }
div.DivClassName
{
background-color: #60F252;
}
.BgClassName
{
background-color: #60F252;
}
</style>
border-color css
<style>
span { border-color: #60F252; }
span { border-color: rgb(96,242,82); }
td.TdClassName
{
border-color: #60F252;
}
.TagClassName
{
border-color: #60F252;
}
</style>