Shades of Bright Green #65E301
Tints of Bright Green #65E301
RGB
CMYK
RGB Variations
Color information
#65E301 (or 0x65E301) is known color: Bright Green. HEX triplet: 65, E3 and 01. RGB value is (101,227,1). Sum of RGB (Red+Green+Blue) = 101+227+1=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 227 (89.06% from 255 or 69.00% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 227 - color contains mainly: green. Hex color #65E301 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65E301 is #9A1CFE. Grayscale: #A4A4A4. Windows color (decimal): -10099967 or 123749. OLE color: 123749.
HSL color Cylindrical-coordinate representation of color #65E301: hue angle of 93.45º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #65E301 is Cyan = 0.56, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 227 | 1 | - |
| CMYK | 0.56 | 0 | 1.00 | 0.11 |
| HSL | 93.45º | 0.99% | 0.45% | - |
| HSV(B) | 93.45º | 1% | 0.89% | - |
| XYZ | 32.84 | 57.71 | 9.44 | - |
| YUV | 163.56 | 36.26 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 227 | 1 | 0.56 | 0 | 1.00 | 0.11 | 93.45 | 0.99 | 0.45 |
| Hex | 65 | E3 | 1 | 38 | 0 | 64 | B | 5D | 63 | 2D |
| Octal | 145 | 343 | 1 | 70 | 0 | 144 | 13 | 135 | 143 | 55 |
| Binary | 1100101 | 11100011 | 1 | 111000 | 0 | 1100100 | 1011 | 1011101 | 1100011 | 101101 |
Color Harmonies of #65E301
Complementary color
Monochromatic Colors of #65E301
Black with #65E301
Text Example
Text Example
White with #65E301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E301; }
p { color: rgb(101,227,1); }
H1.HeaderClassName
{
color: #65E301;
}
.AnyTagClassName
{
color: #65E301;
}
</style>
background-color css
<style>
a { background-color: #65E301; }
a { background-color: rgb(101,227,1); }
div.DivClassName
{
background-color: #65E301;
}
.BgClassName
{
background-color: #65E301;
}
</style>
border-color css
<style>
span { border-color: #65E301; }
span { border-color: rgb(101,227,1); }
td.TdClassName
{
border-color: #65E301;
}
.TagClassName
{
border-color: #65E301;
}
</style>