Shades of Screamin' Green #65E560
Tints of Screamin' Green #65E560
RGB
CMYK
RGB Variations
Color information
#65E560 (or 0x65E560) is known color: Screamin' Green. HEX triplet: 65, E5 and 60. RGB value is (101,229,96). Sum of RGB (Red+Green+Blue) = 101+229+96=426 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.71% from 426); Green value is 229 (89.84% from 255 or 53.76% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 229 - color contains mainly: green. Hex color #65E560 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65E560 is #9A1A9F. Grayscale: #AFAFAF. Windows color (decimal): -10099360 or 6350181. OLE color: 6350181.
HSL color Cylindrical-coordinate representation of color #65E560: hue angle of 117.74º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65E560 is Cyan = 0.56, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 101 | 229 | 96 | - |
| CMYK | 0.56 | 0 | 0.58 | 0.10 |
| HSL | 117.74º | 0.72% | 0.64% | - |
| HSV(B) | 117.74º | 0.58% | 0.9% | - |
| XYZ | 35.5 | 59.65 | 20.71 | - |
| YUV | 175.57 | 83.09 | 74.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 229 | 96 | 0.56 | 0 | 0.58 | 0.10 | 117.74 | 0.72 | 0.64 |
| Hex | 65 | E5 | 60 | 38 | 0 | 3A | A | 76 | 48 | 40 |
| Octal | 145 | 345 | 140 | 70 | 0 | 72 | 12 | 166 | 110 | 100 |
| Binary | 1100101 | 11100101 | 1100000 | 111000 | 0 | 111010 | 1010 | 1110110 | 1001000 | 1000000 |
Color Harmonies of #65E560
Complementary color
Monochromatic Colors of #65E560
Black with #65E560
Text Example
Text Example
White with #65E560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E560; }
p { color: rgb(101,229,96); }
H1.HeaderClassName
{
color: #65E560;
}
.AnyTagClassName
{
color: #65E560;
}
</style>
background-color css
<style>
a { background-color: #65E560; }
a { background-color: rgb(101,229,96); }
div.DivClassName
{
background-color: #65E560;
}
.BgClassName
{
background-color: #65E560;
}
</style>
border-color css
<style>
span { border-color: #65E560; }
span { border-color: rgb(101,229,96); }
td.TdClassName
{
border-color: #65E560;
}
.TagClassName
{
border-color: #65E560;
}
</style>