Shades of Bright Green #65E120
Tints of Bright Green #65E120
RGB
CMYK
RGB Variations
Color information
#65E120 (or 0x65E120) is known color: Bright Green. HEX triplet: 65, E1 and 20. RGB value is (101,225,32). Sum of RGB (Red+Green+Blue) = 101+225+32=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 225 (88.28% from 255 or 62.85% from 358); Blue value is 32 (12.89% from 255 or 8.94% from 358); Max value from RGB is 225 - color contains mainly: green. Hex color #65E120 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65E120 is #9A1EDF. Grayscale: #A6A6A6. Windows color (decimal): -10100448 or 2154853. OLE color: 2154853.
HSL color Cylindrical-coordinate representation of color #65E120: hue angle of 98.55º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #65E120 is Cyan = 0.55, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 225 | 32 | - |
| CMYK | 0.55 | 0 | 0.86 | 0.12 |
| HSL | 98.55º | 0.76% | 0.5% | - |
| HSV(B) | 98.55º | 0.86% | 0.88% | - |
| XYZ | 32.55 | 56.72 | 10.6 | - |
| YUV | 165.92 | 52.42 | 81.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 225 | 32 | 0.55 | 0 | 0.86 | 0.12 | 98.55 | 0.76 | 0.5 |
| Hex | 65 | E1 | 20 | 37 | 0 | 56 | C | 63 | 4C | 32 |
| Octal | 145 | 341 | 40 | 67 | 0 | 126 | 14 | 143 | 114 | 62 |
| Binary | 1100101 | 11100001 | 100000 | 110111 | 0 | 1010110 | 1100 | 1100011 | 1001100 | 110010 |
Color Harmonies of #65E120
Complementary color
Monochromatic Colors of #65E120
Black with #65E120
Text Example
Text Example
White with #65E120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E120; }
p { color: rgb(101,225,32); }
H1.HeaderClassName
{
color: #65E120;
}
.AnyTagClassName
{
color: #65E120;
}
</style>
background-color css
<style>
a { background-color: #65E120; }
a { background-color: rgb(101,225,32); }
div.DivClassName
{
background-color: #65E120;
}
.BgClassName
{
background-color: #65E120;
}
</style>
border-color css
<style>
span { border-color: #65E120; }
span { border-color: rgb(101,225,32); }
td.TdClassName
{
border-color: #65E120;
}
.TagClassName
{
border-color: #65E120;
}
</style>