Shades of Screamin' Green #65E95A
Tints of Screamin' Green #65E95A
RGB
CMYK
RGB Variations
Color information
#65E95A (or 0x65E95A) is known color: Screamin' Green. HEX triplet: 65, E9 and 5A. RGB value is (101,233,90). Sum of RGB (Red+Green+Blue) = 101+233+90=424 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.82% from 424); Green value is 233 (91.41% from 255 or 54.95% from 424); Blue value is 90 (35.55% from 255 or 21.23% from 424); Max value from RGB is 233 - color contains mainly: green. Hex color #65E95A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #65E95A is #9A16A5. Grayscale: #B1B1B1. Windows color (decimal): -10098342 or 5957989. OLE color: 5957989.
HSL color Cylindrical-coordinate representation of color #65E95A: hue angle of 115.38º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #65E95A is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 101 | 233 | 90 | - |
| CMYK | 0.57 | 0 | 0.61 | 0.09 |
| HSL | 115.38º | 0.76% | 0.63% | - |
| HSV(B) | 115.38º | 0.61% | 0.91% | - |
| XYZ | 36.35 | 61.78 | 19.68 | - |
| YUV | 177.23 | 78.77 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 233 | 90 | 0.57 | 0 | 0.61 | 0.09 | 115.38 | 0.76 | 0.63 |
| Hex | 65 | E9 | 5A | 39 | 0 | 3D | 9 | 73 | 4C | 3F |
| Octal | 145 | 351 | 132 | 71 | 0 | 75 | 11 | 163 | 114 | 77 |
| Binary | 1100101 | 11101001 | 1011010 | 111001 | 0 | 111101 | 1001 | 1110011 | 1001100 | 111111 |
Color Harmonies of #65E95A
Complementary color
Monochromatic Colors of #65E95A
Black with #65E95A
Text Example
Text Example
White with #65E95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E95A; }
p { color: rgb(101,233,90); }
H1.HeaderClassName
{
color: #65E95A;
}
.AnyTagClassName
{
color: #65E95A;
}
</style>
background-color css
<style>
a { background-color: #65E95A; }
a { background-color: rgb(101,233,90); }
div.DivClassName
{
background-color: #65E95A;
}
.BgClassName
{
background-color: #65E95A;
}
</style>
border-color css
<style>
span { border-color: #65E95A; }
span { border-color: rgb(101,233,90); }
td.TdClassName
{
border-color: #65E95A;
}
.TagClassName
{
border-color: #65E95A;
}
</style>