Shades of Bright Green #65E901
Tints of Bright Green #65E901
RGB
CMYK
RGB Variations
Color information
#65E901 (or 0x65E901) is known color: Bright Green. HEX triplet: 65, E9 and 01. RGB value is (101,233,1). Sum of RGB (Red+Green+Blue) = 101+233+1=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 233 (91.41% from 255 or 69.55% from 335); Blue value is 1 (0.78% from 255 or 0.30% from 335); Max value from RGB is 233 - color contains mainly: green. Hex color #65E901 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #65E901 is #9A16FE. Grayscale: #A7A7A7. Windows color (decimal): -10098431 or 125285. OLE color: 125285.
HSL color Cylindrical-coordinate representation of color #65E901: hue angle of 94.14º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #65E901 is Cyan = 0.57, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 101 | 233 | 1 | - |
| CMYK | 0.57 | 0 | 1.00 | 0.09 |
| HSL | 94.14º | 0.99% | 0.46% | - |
| HSV(B) | 94.14º | 1% | 0.91% | - |
| XYZ | 34.51 | 61.05 | 9.99 | - |
| YUV | 167.08 | 34.27 | 80.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 233 | 1 | 0.57 | 0 | 1.00 | 0.09 | 94.14 | 0.99 | 0.46 |
| Hex | 65 | E9 | 1 | 39 | 0 | 64 | 9 | 5E | 63 | 2E |
| Octal | 145 | 351 | 1 | 71 | 0 | 144 | 11 | 136 | 143 | 56 |
| Binary | 1100101 | 11101001 | 1 | 111001 | 0 | 1100100 | 1001 | 1011110 | 1100011 | 101110 |
Color Harmonies of #65E901
Complementary color
Monochromatic Colors of #65E901
Black with #65E901
Text Example
Text Example
White with #65E901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E901; }
p { color: rgb(101,233,1); }
H1.HeaderClassName
{
color: #65E901;
}
.AnyTagClassName
{
color: #65E901;
}
</style>
background-color css
<style>
a { background-color: #65E901; }
a { background-color: rgb(101,233,1); }
div.DivClassName
{
background-color: #65E901;
}
.BgClassName
{
background-color: #65E901;
}
</style>
border-color css
<style>
span { border-color: #65E901; }
span { border-color: rgb(101,233,1); }
td.TdClassName
{
border-color: #65E901;
}
.TagClassName
{
border-color: #65E901;
}
</style>