Shades of Bright Green #64FF01
Tints of Bright Green #64FF01
RGB
CMYK
RGB Variations
Color information
#64FF01 (or 0x64FF01) is known color: Bright Green. HEX triplet: 64, FF and 01. RGB value is (100,255,1). Sum of RGB (Red+Green+Blue) = 100+255+1=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 255 (100% from 255 or 71.63% from 356); Blue value is 1 (0.78% from 255 or 0.28% from 356); Max value from RGB is 255 - color contains mainly: green. Hex color #64FF01 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64FF01 is #9B00FE. Grayscale: #B4B4B4. Windows color (decimal): -10158335 or 130916. OLE color: 130916.
HSL color Cylindrical-coordinate representation of color #64FF01: hue angle of 96.61º 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 #64FF01 is Cyan = 0.61, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 1 | - |
| CMYK | 0.61 | 0 | 1.00 | 0 |
| HSL | 96.61º | 1% | 0.5% | - |
| HSV(B) | 96.61º | 1% | 1% | - |
| XYZ | 41.02 | 74.23 | 12.19 | - |
| YUV | 179.7 | 27.15 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 1 | 0.61 | 0 | 1.00 | 0 | 96.61 | 1 | 0.5 |
| Hex | 64 | FF | 1 | 3D | 0 | 64 | 0 | 61 | 64 | 32 |
| Octal | 144 | 377 | 1 | 75 | 0 | 144 | 0 | 141 | 144 | 62 |
| Binary | 1100100 | 11111111 | 1 | 111101 | 0 | 1100100 | 0 | 1100001 | 1100100 | 110010 |
Color Harmonies of #64FF01
Complementary color
Monochromatic Colors of #64FF01
Black with #64FF01
Text Example
Text Example
White with #64FF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FF01; }
p { color: rgb(100,255,1); }
H1.HeaderClassName
{
color: #64FF01;
}
.AnyTagClassName
{
color: #64FF01;
}
</style>
background-color css
<style>
a { background-color: #64FF01; }
a { background-color: rgb(100,255,1); }
div.DivClassName
{
background-color: #64FF01;
}
.BgClassName
{
background-color: #64FF01;
}
</style>
border-color css
<style>
span { border-color: #64FF01; }
span { border-color: rgb(100,255,1); }
td.TdClassName
{
border-color: #64FF01;
}
.TagClassName
{
border-color: #64FF01;
}
</style>