Shades of Bright Green #65F501
Tints of Bright Green #65F501
RGB
CMYK
RGB Variations
Color information
#65F501 (or 0x65F501) is known color: Bright Green. HEX triplet: 65, F5 and 01. RGB value is (101,245,1). Sum of RGB (Red+Green+Blue) = 101+245+1=347 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.11% from 347); Green value is 245 (96.09% from 255 or 70.61% from 347); Blue value is 1 (0.78% from 255 or 0.29% from 347); Max value from RGB is 245 - color contains mainly: green. Hex color #65F501 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #65F501 is #9A0AFE. Grayscale: #AEAEAE. Windows color (decimal): -10095359 or 128357. OLE color: 128357.
HSL color Cylindrical-coordinate representation of color #65F501: hue angle of 95.41º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #65F501 is Cyan = 0.59, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 101 | 245 | 1 | - |
| CMYK | 0.59 | 0 | 1.00 | 0.04 |
| HSL | 95.41º | 0.99% | 0.48% | - |
| HSV(B) | 95.41º | 1% | 0.96% | - |
| XYZ | 38.02 | 68.07 | 11.16 | - |
| YUV | 174.13 | 30.29 | 75.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 245 | 1 | 0.59 | 0 | 1.00 | 0.04 | 95.41 | 0.99 | 0.48 |
| Hex | 65 | F5 | 1 | 3B | 0 | 64 | 4 | 5F | 63 | 30 |
| Octal | 145 | 365 | 1 | 73 | 0 | 144 | 4 | 137 | 143 | 60 |
| Binary | 1100101 | 11110101 | 1 | 111011 | 0 | 1100100 | 100 | 1011111 | 1100011 | 110000 |
Color Harmonies of #65F501
Complementary color
Monochromatic Colors of #65F501
Black with #65F501
Text Example
Text Example
White with #65F501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F501; }
p { color: rgb(101,245,1); }
H1.HeaderClassName
{
color: #65F501;
}
.AnyTagClassName
{
color: #65F501;
}
</style>
background-color css
<style>
a { background-color: #65F501; }
a { background-color: rgb(101,245,1); }
div.DivClassName
{
background-color: #65F501;
}
.BgClassName
{
background-color: #65F501;
}
</style>
border-color css
<style>
span { border-color: #65F501; }
span { border-color: rgb(101,245,1); }
td.TdClassName
{
border-color: #65F501;
}
.TagClassName
{
border-color: #65F501;
}
</style>