Shades of Screamin' Green #60FA7D
Tints of Screamin' Green #60FA7D
RGB
CMYK
RGB Variations
Color information
#60FA7D (or 0x60FA7D) is known color: Screamin' Green. HEX triplet: 60, FA and 7D. RGB value is (96,250,125). Sum of RGB (Red+Green+Blue) = 96+250+125=471 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.38% from 471); Green value is 250 (98.05% from 255 or 53.08% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 250 - color contains mainly: green. Hex color #60FA7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #60FA7D is #9F0582. Grayscale: #BEBEBE. Windows color (decimal): -10421635 or 8256096. OLE color: 8256096.
HSL color Cylindrical-coordinate representation of color #60FA7D: hue angle of 131.3º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FA7D is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 250 | 125 | - |
| CMYK | 0.62 | 0 | 0.50 | 0.02 |
| HSL | 131.3º | 0.94% | 0.68% | - |
| HSV(B) | 131.3º | 0.62% | 0.98% | - |
| XYZ | 42.71 | 72.34 | 31.11 | - |
| YUV | 189.7 | 91.48 | 61.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 250 | 125 | 0.62 | 0 | 0.50 | 0.02 | 131.3 | 0.94 | 0.68 |
| Hex | 60 | FA | 7D | 3E | 0 | 32 | 2 | 83 | 5E | 44 |
| Octal | 140 | 372 | 175 | 76 | 0 | 62 | 2 | 203 | 136 | 104 |
| Binary | 1100000 | 11111010 | 1111101 | 111110 | 0 | 110010 | 10 | 10000011 | 1011110 | 1000100 |
Color Harmonies of #60FA7D
Complementary color
Monochromatic Colors of #60FA7D
Black with #60FA7D
Text Example
Text Example
White with #60FA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FA7D; }
p { color: rgb(96,250,125); }
H1.HeaderClassName
{
color: #60FA7D;
}
.AnyTagClassName
{
color: #60FA7D;
}
</style>
background-color css
<style>
a { background-color: #60FA7D; }
a { background-color: rgb(96,250,125); }
div.DivClassName
{
background-color: #60FA7D;
}
.BgClassName
{
background-color: #60FA7D;
}
</style>
border-color css
<style>
span { border-color: #60FA7D; }
span { border-color: rgb(96,250,125); }
td.TdClassName
{
border-color: #60FA7D;
}
.TagClassName
{
border-color: #60FA7D;
}
</style>