Shades of Screamin' Green #60F27F
Tints of Screamin' Green #60F27F
RGB
CMYK
RGB Variations
Color information
#60F27F (or 0x60F27F) is known color: Screamin' Green. HEX triplet: 60, F2 and 7F. RGB value is (96,242,127). Sum of RGB (Red+Green+Blue) = 96+242+127=465 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.65% from 465); Green value is 242 (94.92% from 255 or 52.04% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 242 - color contains mainly: green. Hex color #60F27F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #60F27F is #9F0D80. Grayscale: #B9B9B9. Windows color (decimal): -10423681 or 8385120. OLE color: 8385120.
HSL color Cylindrical-coordinate representation of color #60F27F: hue angle of 132.74º 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 #60F27F is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 242 | 127 | - |
| CMYK | 0.60 | 0 | 0.48 | 0.05 |
| HSL | 132.74º | 0.85% | 0.66% | - |
| HSV(B) | 132.74º | 0.6% | 0.95% | - |
| XYZ | 40.41 | 67.52 | 30.98 | - |
| YUV | 185.24 | 95.13 | 64.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 242 | 127 | 0.60 | 0 | 0.48 | 0.05 | 132.74 | 0.85 | 0.66 |
| Hex | 60 | F2 | 7F | 3C | 0 | 30 | 5 | 85 | 55 | 42 |
| Octal | 140 | 362 | 177 | 74 | 0 | 60 | 5 | 205 | 125 | 102 |
| Binary | 1100000 | 11110010 | 1111111 | 111100 | 0 | 110000 | 101 | 10000101 | 1010101 | 1000010 |
Color Harmonies of #60F27F
Complementary color
Monochromatic Colors of #60F27F
Black with #60F27F
Text Example
Text Example
White with #60F27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F27F; }
p { color: rgb(96,242,127); }
H1.HeaderClassName
{
color: #60F27F;
}
.AnyTagClassName
{
color: #60F27F;
}
</style>
background-color css
<style>
a { background-color: #60F27F; }
a { background-color: rgb(96,242,127); }
div.DivClassName
{
background-color: #60F27F;
}
.BgClassName
{
background-color: #60F27F;
}
</style>
border-color css
<style>
span { border-color: #60F27F; }
span { border-color: rgb(96,242,127); }
td.TdClassName
{
border-color: #60F27F;
}
.TagClassName
{
border-color: #60F27F;
}
</style>