Shades of Bright Green #65FE00
Tints of Bright Green #65FE00
RGB
CMYK
RGB Variations
Color information
#65FE00 (or 0x65FE00) is known color: Bright Green. HEX triplet: 65, FE and 00. RGB value is (101,254,0). Sum of RGB (Red+Green+Blue) = 101+254+0=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 254 (99.61% from 255 or 71.55% from 355); Blue value is 0 (0.39% from 255 or 0% from 355); Max value from RGB is 254 - color contains mainly: green. Hex color #65FE00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #65FE00 is #9A01FF. Grayscale: #B4B4B4. Windows color (decimal): -10093056 or 65125. OLE color: 65125.
HSL color Cylindrical-coordinate representation of color #65FE00: hue angle of 96.14º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #65FE00 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 254 | 0 | - |
| CMYK | 0.60 | 0 | 1 | 0.00 |
| HSL | 96.14º | 1% | 0.5% | - |
| HSV(B) | 96.14º | 1% | 1% | - |
| XYZ | 40.81 | 73.65 | 12.07 | - |
| YUV | 179.3 | 26.81 | 72.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 254 | 0 | 0.60 | 0 | 1 | 0.00 | 96.14 | 1 | 0.5 |
| Hex | 65 | FE | 0 | 3C | 0 | 64 | 0 | 60 | 64 | 32 |
| Octal | 145 | 376 | 0 | 74 | 0 | 144 | 0 | 140 | 144 | 62 |
| Binary | 1100101 | 11111110 | 0 | 111100 | 0 | 1100100 | 0 | 1100000 | 1100100 | 110010 |
Color Harmonies of #65FE00
Complementary color
Monochromatic Colors of #65FE00
Black with #65FE00
Text Example
Text Example
White with #65FE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FE00; }
p { color: rgb(101,254,0); }
H1.HeaderClassName
{
color: #65FE00;
}
.AnyTagClassName
{
color: #65FE00;
}
</style>
background-color css
<style>
a { background-color: #65FE00; }
a { background-color: rgb(101,254,0); }
div.DivClassName
{
background-color: #65FE00;
}
.BgClassName
{
background-color: #65FE00;
}
</style>
border-color css
<style>
span { border-color: #65FE00; }
span { border-color: rgb(101,254,0); }
td.TdClassName
{
border-color: #65FE00;
}
.TagClassName
{
border-color: #65FE00;
}
</style>