Shades of Screamin' Green #60FF4B
Tints of Screamin' Green #60FF4B
RGB
CMYK
RGB Variations
Color information
#60FF4B (or 0x60FF4B) is known color: Screamin' Green. HEX triplet: 60, FF and 4B. RGB value is (96,255,75). Sum of RGB (Red+Green+Blue) = 96+255+75=426 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.54% from 426); Green value is 255 (100% from 255 or 59.86% from 426); Blue value is 75 (29.69% from 255 or 17.61% from 426); Max value from RGB is 255 - color contains mainly: green. Hex color #60FF4B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #60FF4B is #9F00B4. Grayscale: #BBBBBB. Windows color (decimal): -10420405 or 4980576. OLE color: 4980576.
HSL color Cylindrical-coordinate representation of color #60FF4B: hue angle of 113º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #60FF4B is Cyan = 0.62, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 255 | 75 | - |
| CMYK | 0.62 | 0 | 0.71 | 0 |
| HSL | 113º | 1% | 0.65% | - |
| HSV(B) | 113º | 0.71% | 1% | - |
| XYZ | 41.85 | 74.51 | 18.83 | - |
| YUV | 186.94 | 64.82 | 63.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 255 | 75 | 0.62 | 0 | 0.71 | 0 | 113 | 1 | 0.65 |
| Hex | 60 | FF | 4B | 3E | 0 | 47 | 0 | 71 | 64 | 41 |
| Octal | 140 | 377 | 113 | 76 | 0 | 107 | 0 | 161 | 144 | 101 |
| Binary | 1100000 | 11111111 | 1001011 | 111110 | 0 | 1000111 | 0 | 1110001 | 1100100 | 1000001 |
Color Harmonies of #60FF4B
Complementary color
Monochromatic Colors of #60FF4B
Black with #60FF4B
Text Example
Text Example
White with #60FF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FF4B; }
p { color: rgb(96,255,75); }
H1.HeaderClassName
{
color: #60FF4B;
}
.AnyTagClassName
{
color: #60FF4B;
}
</style>
background-color css
<style>
a { background-color: #60FF4B; }
a { background-color: rgb(96,255,75); }
div.DivClassName
{
background-color: #60FF4B;
}
.BgClassName
{
background-color: #60FF4B;
}
</style>
border-color css
<style>
span { border-color: #60FF4B; }
span { border-color: rgb(96,255,75); }
td.TdClassName
{
border-color: #60FF4B;
}
.TagClassName
{
border-color: #60FF4B;
}
</style>