Shades of Screamin' Green #65EF50
Tints of Screamin' Green #65EF50
RGB
CMYK
RGB Variations
Color information
#65EF50 (or 0x65EF50) is known color: Screamin' Green. HEX triplet: 65, EF and 50. RGB value is (101,239,80). Sum of RGB (Red+Green+Blue) = 101+239+80=420 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.05% from 420); Green value is 239 (93.75% from 255 or 56.90% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 239 - color contains mainly: green. Hex color #65EF50 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #65EF50 is #9A10AF. Grayscale: #B4B4B4. Windows color (decimal): -10096816 or 5304165. OLE color: 5304165.
HSL color Cylindrical-coordinate representation of color #65EF50: hue angle of 112.08º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #65EF50 is Cyan = 0.58, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 239 | 80 | - |
| CMYK | 0.58 | 0 | 0.67 | 0.06 |
| HSL | 112.08º | 0.83% | 0.63% | - |
| HSV(B) | 112.08º | 0.67% | 0.94% | - |
| XYZ | 37.68 | 65.08 | 18.16 | - |
| YUV | 179.61 | 71.78 | 71.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 239 | 80 | 0.58 | 0 | 0.67 | 0.06 | 112.08 | 0.83 | 0.63 |
| Hex | 65 | EF | 50 | 3A | 0 | 43 | 6 | 70 | 53 | 3F |
| Octal | 145 | 357 | 120 | 72 | 0 | 103 | 6 | 160 | 123 | 77 |
| Binary | 1100101 | 11101111 | 1010000 | 111010 | 0 | 1000011 | 110 | 1110000 | 1010011 | 111111 |
Color Harmonies of #65EF50
Complementary color
Monochromatic Colors of #65EF50
Black with #65EF50
Text Example
Text Example
White with #65EF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EF50; }
p { color: rgb(101,239,80); }
H1.HeaderClassName
{
color: #65EF50;
}
.AnyTagClassName
{
color: #65EF50;
}
</style>
background-color css
<style>
a { background-color: #65EF50; }
a { background-color: rgb(101,239,80); }
div.DivClassName
{
background-color: #65EF50;
}
.BgClassName
{
background-color: #65EF50;
}
</style>
border-color css
<style>
span { border-color: #65EF50; }
span { border-color: rgb(101,239,80); }
td.TdClassName
{
border-color: #65EF50;
}
.TagClassName
{
border-color: #65EF50;
}
</style>