Shades of Bright Green #65FA00
Tints of Bright Green #65FA00
RGB
CMYK
RGB Variations
Color information
#65FA00 (or 0x65FA00) is known color: Bright Green. HEX triplet: 65, FA and 00. RGB value is (101,250,0). Sum of RGB (Red+Green+Blue) = 101+250+0=351 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.77% from 351); Green value is 250 (98.05% from 255 or 71.23% from 351); Blue value is 0 (0.39% from 255 or 0% from 351); Max value from RGB is 250 - color contains mainly: green. Hex color #65FA00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #65FA00 is #9A05FF. Grayscale: #B1B1B1. Windows color (decimal): -10094080 or 64101. OLE color: 64101.
HSL color Cylindrical-coordinate representation of color #65FA00: hue angle of 95.76º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #65FA00 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 250 | 0 | - |
| CMYK | 0.60 | 0 | 1 | 0.02 |
| HSL | 95.76º | 1% | 0.49% | - |
| HSV(B) | 95.76º | 1% | 0.98% | - |
| XYZ | 39.55 | 71.14 | 11.65 | - |
| YUV | 176.95 | 28.14 | 73.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 250 | 0 | 0.60 | 0 | 1 | 0.02 | 95.76 | 1 | 0.49 |
| Hex | 65 | FA | 0 | 3C | 0 | 64 | 2 | 60 | 64 | 31 |
| Octal | 145 | 372 | 0 | 74 | 0 | 144 | 2 | 140 | 144 | 61 |
| Binary | 1100101 | 11111010 | 0 | 111100 | 0 | 1100100 | 10 | 1100000 | 1100100 | 110001 |
Color Harmonies of #65FA00
Complementary color
Monochromatic Colors of #65FA00
Black with #65FA00
Text Example
Text Example
White with #65FA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FA00; }
p { color: rgb(101,250,0); }
H1.HeaderClassName
{
color: #65FA00;
}
.AnyTagClassName
{
color: #65FA00;
}
</style>
background-color css
<style>
a { background-color: #65FA00; }
a { background-color: rgb(101,250,0); }
div.DivClassName
{
background-color: #65FA00;
}
.BgClassName
{
background-color: #65FA00;
}
</style>
border-color css
<style>
span { border-color: #65FA00; }
span { border-color: rgb(101,250,0); }
td.TdClassName
{
border-color: #65FA00;
}
.TagClassName
{
border-color: #65FA00;
}
</style>