Shades of Bright Green #64FC06
Tints of Bright Green #64FC06
RGB
CMYK
RGB Variations
Color information
#64FC06 (or 0x64FC06) is known color: Bright Green. HEX triplet: 64, FC and 06. RGB value is (100,252,6). Sum of RGB (Red+Green+Blue) = 100+252+6=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 252 (98.83% from 255 or 70.39% from 358); Blue value is 6 (2.73% from 255 or 1.68% from 358); Max value from RGB is 252 - color contains mainly: green. Hex color #64FC06 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64FC06 is #9B03F9. Grayscale: #B3B3B3. Windows color (decimal): -10159098 or 457828. OLE color: 457828.
HSL color Cylindrical-coordinate representation of color #64FC06: hue angle of 97.07º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #64FC06 is Cyan = 0.60, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 252 | 6 | - |
| CMYK | 0.60 | 0 | 0.98 | 0.01 |
| HSL | 97.07º | 0.98% | 0.51% | - |
| HSV(B) | 97.07º | 0.98% | 0.99% | - |
| XYZ | 40.1 | 72.34 | 12.02 | - |
| YUV | 178.51 | 30.64 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 252 | 6 | 0.60 | 0 | 0.98 | 0.01 | 97.07 | 0.98 | 0.51 |
| Hex | 64 | FC | 6 | 3C | 0 | 62 | 1 | 61 | 62 | 33 |
| Octal | 144 | 374 | 6 | 74 | 0 | 142 | 1 | 141 | 142 | 63 |
| Binary | 1100100 | 11111100 | 110 | 111100 | 0 | 1100010 | 1 | 1100001 | 1100010 | 110011 |
Color Harmonies of #64FC06
Complementary color
Monochromatic Colors of #64FC06
Black with #64FC06
Text Example
Text Example
White with #64FC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FC06; }
p { color: rgb(100,252,6); }
H1.HeaderClassName
{
color: #64FC06;
}
.AnyTagClassName
{
color: #64FC06;
}
</style>
background-color css
<style>
a { background-color: #64FC06; }
a { background-color: rgb(100,252,6); }
div.DivClassName
{
background-color: #64FC06;
}
.BgClassName
{
background-color: #64FC06;
}
</style>
border-color css
<style>
span { border-color: #64FC06; }
span { border-color: rgb(100,252,6); }
td.TdClassName
{
border-color: #64FC06;
}
.TagClassName
{
border-color: #64FC06;
}
</style>