Shades of Bright Green #64FE05
Tints of Bright Green #64FE05
RGB
CMYK
RGB Variations
Color information
#64FE05 (or 0x64FE05) is known color: Bright Green. HEX triplet: 64, FE and 05. RGB value is (100,254,5). Sum of RGB (Red+Green+Blue) = 100+254+5=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 254 (99.61% from 255 or 70.75% from 359); Blue value is 5 (2.34% from 255 or 1.39% from 359); Max value from RGB is 254 - color contains mainly: green. Hex color #64FE05 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64FE05 is #9B01FA. Grayscale: #B4B4B4. Windows color (decimal): -10158587 or 392804. OLE color: 392804.
HSL color Cylindrical-coordinate representation of color #64FE05: hue angle of 97.11º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #64FE05 is Cyan = 0.61, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 254 | 5 | - |
| CMYK | 0.61 | 0 | 0.98 | 0.00 |
| HSL | 97.11º | 0.99% | 0.51% | - |
| HSV(B) | 97.11º | 0.98% | 1% | - |
| XYZ | 40.72 | 73.6 | 12.2 | - |
| YUV | 179.57 | 29.48 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 254 | 5 | 0.61 | 0 | 0.98 | 0.00 | 97.11 | 0.99 | 0.51 |
| Hex | 64 | FE | 5 | 3D | 0 | 62 | 0 | 61 | 63 | 33 |
| Octal | 144 | 376 | 5 | 75 | 0 | 142 | 0 | 141 | 143 | 63 |
| Binary | 1100100 | 11111110 | 101 | 111101 | 0 | 1100010 | 0 | 1100001 | 1100011 | 110011 |
Color Harmonies of #64FE05
Complementary color
Monochromatic Colors of #64FE05
Black with #64FE05
Text Example
Text Example
White with #64FE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FE05; }
p { color: rgb(100,254,5); }
H1.HeaderClassName
{
color: #64FE05;
}
.AnyTagClassName
{
color: #64FE05;
}
</style>
background-color css
<style>
a { background-color: #64FE05; }
a { background-color: rgb(100,254,5); }
div.DivClassName
{
background-color: #64FE05;
}
.BgClassName
{
background-color: #64FE05;
}
</style>
border-color css
<style>
span { border-color: #64FE05; }
span { border-color: rgb(100,254,5); }
td.TdClassName
{
border-color: #64FE05;
}
.TagClassName
{
border-color: #64FE05;
}
</style>