Shades of Bright Green #64FE06
Tints of Bright Green #64FE06
RGB
CMYK
RGB Variations
Color information
#64FE06 (or 0x64FE06) is known color: Bright Green. HEX triplet: 64, FE and 06. RGB value is (100,254,6). Sum of RGB (Red+Green+Blue) = 100+254+6=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 254 (99.61% from 255 or 70.56% from 360); Blue value is 6 (2.73% from 255 or 1.67% from 360); Max value from RGB is 254 - color contains mainly: green. Hex color #64FE06 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64FE06 is #9B01F9. Grayscale: #B4B4B4. Windows color (decimal): -10158586 or 458340. OLE color: 458340.
HSL color Cylindrical-coordinate representation of color #64FE06: hue angle of 97.26º 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 #64FE06 is Cyan = 0.61, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 254 | 6 | - |
| CMYK | 0.61 | 0 | 0.98 | 0.00 |
| HSL | 97.26º | 0.99% | 0.51% | - |
| HSV(B) | 97.26º | 0.98% | 1% | - |
| XYZ | 40.73 | 73.61 | 12.23 | - |
| YUV | 179.68 | 29.98 | 71.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 254 | 6 | 0.61 | 0 | 0.98 | 0.00 | 97.26 | 0.99 | 0.51 |
| Hex | 64 | FE | 6 | 3D | 0 | 62 | 0 | 61 | 63 | 33 |
| Octal | 144 | 376 | 6 | 75 | 0 | 142 | 0 | 141 | 143 | 63 |
| Binary | 1100100 | 11111110 | 110 | 111101 | 0 | 1100010 | 0 | 1100001 | 1100011 | 110011 |
Color Harmonies of #64FE06
Complementary color
Monochromatic Colors of #64FE06
Black with #64FE06
Text Example
Text Example
White with #64FE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FE06; }
p { color: rgb(100,254,6); }
H1.HeaderClassName
{
color: #64FE06;
}
.AnyTagClassName
{
color: #64FE06;
}
</style>
background-color css
<style>
a { background-color: #64FE06; }
a { background-color: rgb(100,254,6); }
div.DivClassName
{
background-color: #64FE06;
}
.BgClassName
{
background-color: #64FE06;
}
</style>
border-color css
<style>
span { border-color: #64FE06; }
span { border-color: rgb(100,254,6); }
td.TdClassName
{
border-color: #64FE06;
}
.TagClassName
{
border-color: #64FE06;
}
</style>