Shades of Bright Green #64FE00
Tints of Bright Green #64FE00
RGB
CMYK
RGB Variations
Color information
#64FE00 (or 0x64FE00) is known color: Bright Green. HEX triplet: 64, FE and 00. RGB value is (100,254,0). Sum of RGB (Red+Green+Blue) = 100+254+0=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 254 (99.61% from 255 or 71.75% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 254 - color contains mainly: green. Hex color #64FE00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64FE00 is #9B01FF. Grayscale: #B3B3B3. Windows color (decimal): -10158592 or 65124. OLE color: 65124.
HSL color Cylindrical-coordinate representation of color #64FE00: hue angle of 96.38º 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 #64FE00 is Cyan = 0.61, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 254 | 0 | - |
| CMYK | 0.61 | 0 | 1 | 0.00 |
| HSL | 96.38º | 1% | 0.5% | - |
| HSV(B) | 96.38º | 1% | 1% | - |
| XYZ | 40.7 | 73.59 | 12.06 | - |
| YUV | 179 | 26.98 | 71.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 254 | 0 | 0.61 | 0 | 1 | 0.00 | 96.38 | 1 | 0.5 |
| Hex | 64 | FE | 0 | 3D | 0 | 64 | 0 | 60 | 64 | 32 |
| Octal | 144 | 376 | 0 | 75 | 0 | 144 | 0 | 140 | 144 | 62 |
| Binary | 1100100 | 11111110 | 0 | 111101 | 0 | 1100100 | 0 | 1100000 | 1100100 | 110010 |
Color Harmonies of #64FE00
Complementary color
Monochromatic Colors of #64FE00
Black with #64FE00
Text Example
Text Example
White with #64FE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FE00; }
p { color: rgb(100,254,0); }
H1.HeaderClassName
{
color: #64FE00;
}
.AnyTagClassName
{
color: #64FE00;
}
</style>
background-color css
<style>
a { background-color: #64FE00; }
a { background-color: rgb(100,254,0); }
div.DivClassName
{
background-color: #64FE00;
}
.BgClassName
{
background-color: #64FE00;
}
</style>
border-color css
<style>
span { border-color: #64FE00; }
span { border-color: rgb(100,254,0); }
td.TdClassName
{
border-color: #64FE00;
}
.TagClassName
{
border-color: #64FE00;
}
</style>