Shades of Bright Green #64F006
Tints of Bright Green #64F006
RGB
CMYK
RGB Variations
Color information
#64F006 (or 0x64F006) is known color: Bright Green. HEX triplet: 64, F0 and 06. RGB value is (100,240,6). Sum of RGB (Red+Green+Blue) = 100+240+6=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 240 (94.14% from 255 or 69.36% from 346); Blue value is 6 (2.73% from 255 or 1.73% from 346); Max value from RGB is 240 - color contains mainly: green. Hex color #64F006 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64F006 is #9B0FF9. Grayscale: #ACACAC. Windows color (decimal): -10162170 or 454756. OLE color: 454756.
HSL color Cylindrical-coordinate representation of color #64F006: hue angle of 95.9º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #64F006 is Cyan = 0.58, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 240 | 6 | - |
| CMYK | 0.58 | 0 | 0.98 | 0.06 |
| HSL | 95.9º | 0.95% | 0.48% | - |
| HSV(B) | 95.9º | 0.98% | 0.94% | - |
| XYZ | 36.45 | 65.04 | 10.81 | - |
| YUV | 171.46 | 34.62 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 240 | 6 | 0.58 | 0 | 0.98 | 0.06 | 95.9 | 0.95 | 0.48 |
| Hex | 64 | F0 | 6 | 3A | 0 | 62 | 6 | 60 | 5F | 30 |
| Octal | 144 | 360 | 6 | 72 | 0 | 142 | 6 | 140 | 137 | 60 |
| Binary | 1100100 | 11110000 | 110 | 111010 | 0 | 1100010 | 110 | 1100000 | 1011111 | 110000 |
Color Harmonies of #64F006
Complementary color
Monochromatic Colors of #64F006
Black with #64F006
Text Example
Text Example
White with #64F006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F006; }
p { color: rgb(100,240,6); }
H1.HeaderClassName
{
color: #64F006;
}
.AnyTagClassName
{
color: #64F006;
}
</style>
background-color css
<style>
a { background-color: #64F006; }
a { background-color: rgb(100,240,6); }
div.DivClassName
{
background-color: #64F006;
}
.BgClassName
{
background-color: #64F006;
}
</style>
border-color css
<style>
span { border-color: #64F006; }
span { border-color: rgb(100,240,6); }
td.TdClassName
{
border-color: #64F006;
}
.TagClassName
{
border-color: #64F006;
}
</style>