Shades of Screamin' Green #65E950
Tints of Screamin' Green #65E950
RGB
CMYK
RGB Variations
Color information
#65E950 (or 0x65E950) is known color: Screamin' Green. HEX triplet: 65, E9 and 50. RGB value is (101,233,80). Sum of RGB (Red+Green+Blue) = 101+233+80=414 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.40% from 414); Green value is 233 (91.41% from 255 or 56.28% from 414); Blue value is 80 (31.64% from 255 or 19.32% from 414); Max value from RGB is 233 - color contains mainly: green. Hex color #65E950 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #65E950 is #9A16AF. Grayscale: #B0B0B0. Windows color (decimal): -10098352 or 5302629. OLE color: 5302629.
HSL color Cylindrical-coordinate representation of color #65E950: hue angle of 111.76º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #65E950 is Cyan = 0.57, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 101 | 233 | 80 | - |
| CMYK | 0.57 | 0 | 0.66 | 0.09 |
| HSL | 111.76º | 0.78% | 0.61% | - |
| HSV(B) | 111.76º | 0.66% | 0.91% | - |
| XYZ | 35.95 | 61.62 | 17.59 | - |
| YUV | 176.09 | 73.77 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 233 | 80 | 0.57 | 0 | 0.66 | 0.09 | 111.76 | 0.78 | 0.61 |
| Hex | 65 | E9 | 50 | 39 | 0 | 42 | 9 | 70 | 4E | 3D |
| Octal | 145 | 351 | 120 | 71 | 0 | 102 | 11 | 160 | 116 | 75 |
| Binary | 1100101 | 11101001 | 1010000 | 111001 | 0 | 1000010 | 1001 | 1110000 | 1001110 | 111101 |
Color Harmonies of #65E950
Complementary color
Monochromatic Colors of #65E950
Black with #65E950
Text Example
Text Example
White with #65E950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E950; }
p { color: rgb(101,233,80); }
H1.HeaderClassName
{
color: #65E950;
}
.AnyTagClassName
{
color: #65E950;
}
</style>
background-color css
<style>
a { background-color: #65E950; }
a { background-color: rgb(101,233,80); }
div.DivClassName
{
background-color: #65E950;
}
.BgClassName
{
background-color: #65E950;
}
</style>
border-color css
<style>
span { border-color: #65E950; }
span { border-color: rgb(101,233,80); }
td.TdClassName
{
border-color: #65E950;
}
.TagClassName
{
border-color: #65E950;
}
</style>