Shades of Bright Green #64F70C
Tints of Bright Green #64F70C
RGB
CMYK
RGB Variations
Color information
#64F70C (or 0x64F70C) is known color: Bright Green. HEX triplet: 64, F7 and 0C. RGB value is (100,247,12). Sum of RGB (Red+Green+Blue) = 100+247+12=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 247 (96.88% from 255 or 68.80% from 359); Blue value is 12 (5.08% from 255 or 3.34% from 359); Max value from RGB is 247 - color contains mainly: green. Hex color #64F70C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64F70C is #9B08F3. Grayscale: #B1B1B1. Windows color (decimal): -10160372 or 849764. OLE color: 849764.
HSL color Cylindrical-coordinate representation of color #64F70C: hue angle of 97.53º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #64F70C is Cyan = 0.60, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 100 | 247 | 12 | - |
| CMYK | 0.60 | 0 | 0.95 | 0.03 |
| HSL | 97.53º | 0.94% | 0.51% | - |
| HSV(B) | 97.53º | 0.95% | 0.97% | - |
| XYZ | 38.58 | 69.26 | 11.68 | - |
| YUV | 176.26 | 35.3 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 247 | 12 | 0.60 | 0 | 0.95 | 0.03 | 97.53 | 0.94 | 0.51 |
| Hex | 64 | F7 | C | 3C | 0 | 5F | 3 | 62 | 5E | 33 |
| Octal | 144 | 367 | 14 | 74 | 0 | 137 | 3 | 142 | 136 | 63 |
| Binary | 1100100 | 11110111 | 1100 | 111100 | 0 | 1011111 | 11 | 1100010 | 1011110 | 110011 |
Color Harmonies of #64F70C
Complementary color
Monochromatic Colors of #64F70C
Black with #64F70C
Text Example
Text Example
White with #64F70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F70C; }
p { color: rgb(100,247,12); }
H1.HeaderClassName
{
color: #64F70C;
}
.AnyTagClassName
{
color: #64F70C;
}
</style>
background-color css
<style>
a { background-color: #64F70C; }
a { background-color: rgb(100,247,12); }
div.DivClassName
{
background-color: #64F70C;
}
.BgClassName
{
background-color: #64F70C;
}
</style>
border-color css
<style>
span { border-color: #64F70C; }
span { border-color: rgb(100,247,12); }
td.TdClassName
{
border-color: #64F70C;
}
.TagClassName
{
border-color: #64F70C;
}
</style>