Shades of Screamin' Green #60F27D
Tints of Screamin' Green #60F27D
RGB
CMYK
RGB Variations
Color information
#60F27D (or 0x60F27D) is known color: Screamin' Green. HEX triplet: 60, F2 and 7D. RGB value is (96,242,125). Sum of RGB (Red+Green+Blue) = 96+242+125=463 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.73% from 463); Green value is 242 (94.92% from 255 or 52.27% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 242 - color contains mainly: green. Hex color #60F27D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #60F27D is #9F0D82. Grayscale: #B9B9B9. Windows color (decimal): -10423683 or 8254048. OLE color: 8254048.
HSL color Cylindrical-coordinate representation of color #60F27D: hue angle of 131.92º 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 #60F27D is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 242 | 125 | - |
| CMYK | 0.60 | 0 | 0.48 | 0.05 |
| HSL | 131.92º | 0.85% | 0.66% | - |
| HSV(B) | 131.92º | 0.6% | 0.95% | - |
| XYZ | 40.28 | 67.47 | 30.3 | - |
| YUV | 185.01 | 94.13 | 64.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 242 | 125 | 0.60 | 0 | 0.48 | 0.05 | 131.92 | 0.85 | 0.66 |
| Hex | 60 | F2 | 7D | 3C | 0 | 30 | 5 | 84 | 55 | 42 |
| Octal | 140 | 362 | 175 | 74 | 0 | 60 | 5 | 204 | 125 | 102 |
| Binary | 1100000 | 11110010 | 1111101 | 111100 | 0 | 110000 | 101 | 10000100 | 1010101 | 1000010 |
Color Harmonies of #60F27D
Complementary color
Monochromatic Colors of #60F27D
Black with #60F27D
Text Example
Text Example
White with #60F27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F27D; }
p { color: rgb(96,242,125); }
H1.HeaderClassName
{
color: #60F27D;
}
.AnyTagClassName
{
color: #60F27D;
}
</style>
background-color css
<style>
a { background-color: #60F27D; }
a { background-color: rgb(96,242,125); }
div.DivClassName
{
background-color: #60F27D;
}
.BgClassName
{
background-color: #60F27D;
}
</style>
border-color css
<style>
span { border-color: #60F27D; }
span { border-color: rgb(96,242,125); }
td.TdClassName
{
border-color: #60F27D;
}
.TagClassName
{
border-color: #60F27D;
}
</style>