Shades of Screamin' Green #65EF65
Tints of Screamin' Green #65EF65
RGB
CMYK
RGB Variations
Color information
#65EF65 (or 0x65EF65) is known color: Screamin' Green. HEX triplet: 65, EF and 65. RGB value is (101,239,101). Sum of RGB (Red+Green+Blue) = 101+239+101=441 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.90% from 441); Green value is 239 (93.75% from 255 or 54.20% from 441); Blue value is 101 (39.84% from 255 or 22.90% from 441); Max value from RGB is 239 - color contains mainly: green. Hex color #65EF65 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #65EF65 is #9A109A. Grayscale: #B6B6B6. Windows color (decimal): -10096795 or 6680421. OLE color: 6680421.
HSL color Cylindrical-coordinate representation of color #65EF65: hue angle of 120º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65EF65 is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 239 | 101 | - |
| CMYK | 0.58 | 0 | 0.58 | 0.06 |
| HSL | 120º | 0.81% | 0.67% | - |
| HSV(B) | 120º | 0.58% | 0.94% | - |
| XYZ | 38.58 | 65.44 | 22.91 | - |
| YUV | 182.01 | 82.28 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 239 | 101 | 0.58 | 0 | 0.58 | 0.06 | 120 | 0.81 | 0.67 |
| Hex | 65 | EF | 65 | 3A | 0 | 3A | 6 | 78 | 51 | 43 |
| Octal | 145 | 357 | 145 | 72 | 0 | 72 | 6 | 170 | 121 | 103 |
| Binary | 1100101 | 11101111 | 1100101 | 111010 | 0 | 111010 | 110 | 1111000 | 1010001 | 1000011 |
Color Harmonies of #65EF65
Complementary color
Monochromatic Colors of #65EF65
Black with #65EF65
Text Example
Text Example
White with #65EF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EF65; }
p { color: rgb(101,239,101); }
H1.HeaderClassName
{
color: #65EF65;
}
.AnyTagClassName
{
color: #65EF65;
}
</style>
background-color css
<style>
a { background-color: #65EF65; }
a { background-color: rgb(101,239,101); }
div.DivClassName
{
background-color: #65EF65;
}
.BgClassName
{
background-color: #65EF65;
}
</style>
border-color css
<style>
span { border-color: #65EF65; }
span { border-color: rgb(101,239,101); }
td.TdClassName
{
border-color: #65EF65;
}
.TagClassName
{
border-color: #65EF65;
}
</style>