Shades of Bright Green #64FF07
Tints of Bright Green #64FF07
RGB
CMYK
RGB Variations
Color information
#64FF07 (or 0x64FF07) is known color: Bright Green. HEX triplet: 64, FF and 07. RGB value is (100,255,7). Sum of RGB (Red+Green+Blue) = 100+255+7=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 255 (100% from 255 or 70.44% from 362); Blue value is 7 (3.12% from 255 or 1.93% from 362); Max value from RGB is 255 - color contains mainly: green. Hex color #64FF07 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64FF07 is #9B00F8. Grayscale: #B5B5B5. Windows color (decimal): -10158329 or 524132. OLE color: 524132.
HSL color Cylindrical-coordinate representation of color #64FF07: hue angle of 97.5º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #64FF07 is Cyan = 0.61, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 7 | - |
| CMYK | 0.61 | 0 | 0.97 | 0 |
| HSL | 97.5º | 1% | 0.51% | - |
| HSV(B) | 97.5º | 0.97% | 1% | - |
| XYZ | 41.05 | 74.24 | 12.37 | - |
| YUV | 180.38 | 30.15 | 70.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 7 | 0.61 | 0 | 0.97 | 0 | 97.5 | 1 | 0.51 |
| Hex | 64 | FF | 7 | 3D | 0 | 61 | 0 | 62 | 64 | 33 |
| Octal | 144 | 377 | 7 | 75 | 0 | 141 | 0 | 142 | 144 | 63 |
| Binary | 1100100 | 11111111 | 111 | 111101 | 0 | 1100001 | 0 | 1100010 | 1100100 | 110011 |
Color Harmonies of #64FF07
Complementary color
Monochromatic Colors of #64FF07
Black with #64FF07
Text Example
Text Example
White with #64FF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FF07; }
p { color: rgb(100,255,7); }
H1.HeaderClassName
{
color: #64FF07;
}
.AnyTagClassName
{
color: #64FF07;
}
</style>
background-color css
<style>
a { background-color: #64FF07; }
a { background-color: rgb(100,255,7); }
div.DivClassName
{
background-color: #64FF07;
}
.BgClassName
{
background-color: #64FF07;
}
</style>
border-color css
<style>
span { border-color: #64FF07; }
span { border-color: rgb(100,255,7); }
td.TdClassName
{
border-color: #64FF07;
}
.TagClassName
{
border-color: #64FF07;
}
</style>