Shades of Bright Green #65EE10
Tints of Bright Green #65EE10
RGB
CMYK
RGB Variations
Color information
#65EE10 (or 0x65EE10) is known color: Bright Green. HEX triplet: 65, EE and 10. RGB value is (101,238,16). Sum of RGB (Red+Green+Blue) = 101+238+16=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 238 (93.36% from 255 or 67.04% from 355); Blue value is 16 (6.64% from 255 or 4.51% from 355); Max value from RGB is 238 - color contains mainly: green. Hex color #65EE10 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #65EE10 is #9A11EF. Grayscale: #ACACAC. Windows color (decimal): -10097136 or 1109605. OLE color: 1109605.
HSL color Cylindrical-coordinate representation of color #65EE10: hue angle of 97.03º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #65EE10 is Cyan = 0.58, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 238 | 16 | - |
| CMYK | 0.58 | 0 | 0.93 | 0.07 |
| HSL | 97.03º | 0.87% | 0.5% | - |
| HSV(B) | 97.03º | 0.93% | 0.93% | - |
| XYZ | 36.03 | 63.95 | 10.94 | - |
| YUV | 171.73 | 40.11 | 77.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 238 | 16 | 0.58 | 0 | 0.93 | 0.07 | 97.03 | 0.87 | 0.5 |
| Hex | 65 | EE | 10 | 3A | 0 | 5D | 7 | 61 | 57 | 32 |
| Octal | 145 | 356 | 20 | 72 | 0 | 135 | 7 | 141 | 127 | 62 |
| Binary | 1100101 | 11101110 | 10000 | 111010 | 0 | 1011101 | 111 | 1100001 | 1010111 | 110010 |
Color Harmonies of #65EE10
Complementary color
Monochromatic Colors of #65EE10
Black with #65EE10
Text Example
Text Example
White with #65EE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EE10; }
p { color: rgb(101,238,16); }
H1.HeaderClassName
{
color: #65EE10;
}
.AnyTagClassName
{
color: #65EE10;
}
</style>
background-color css
<style>
a { background-color: #65EE10; }
a { background-color: rgb(101,238,16); }
div.DivClassName
{
background-color: #65EE10;
}
.BgClassName
{
background-color: #65EE10;
}
</style>
border-color css
<style>
span { border-color: #65EE10; }
span { border-color: rgb(101,238,16); }
td.TdClassName
{
border-color: #65EE10;
}
.TagClassName
{
border-color: #65EE10;
}
</style>