Shades of Bright Green #64EF09
Tints of Bright Green #64EF09
RGB
CMYK
RGB Variations
Color information
#64EF09 (or 0x64EF09) is known color: Bright Green. HEX triplet: 64, EF and 09. RGB value is (100,239,9). Sum of RGB (Red+Green+Blue) = 100+239+9=348 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.74% from 348); Green value is 239 (93.75% from 255 or 68.68% from 348); Blue value is 9 (3.91% from 255 or 2.59% from 348); Max value from RGB is 239 - color contains mainly: green. Hex color #64EF09 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64EF09 is #9B10F6. Grayscale: #ACACAC. Windows color (decimal): -10162423 or 651108. OLE color: 651108.
HSL color Cylindrical-coordinate representation of color #64EF09: hue angle of 96.26º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #64EF09 is Cyan = 0.58, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 239 | 9 | - |
| CMYK | 0.58 | 0 | 0.96 | 0.06 |
| HSL | 96.26º | 0.93% | 0.49% | - |
| HSV(B) | 96.26º | 0.96% | 0.94% | - |
| XYZ | 36.17 | 64.46 | 10.79 | - |
| YUV | 171.22 | 36.45 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 239 | 9 | 0.58 | 0 | 0.96 | 0.06 | 96.26 | 0.93 | 0.49 |
| Hex | 64 | EF | 9 | 3A | 0 | 60 | 6 | 60 | 5D | 31 |
| Octal | 144 | 357 | 11 | 72 | 0 | 140 | 6 | 140 | 135 | 61 |
| Binary | 1100100 | 11101111 | 1001 | 111010 | 0 | 1100000 | 110 | 1100000 | 1011101 | 110001 |
Color Harmonies of #64EF09
Complementary color
Monochromatic Colors of #64EF09
Black with #64EF09
Text Example
Text Example
White with #64EF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EF09; }
p { color: rgb(100,239,9); }
H1.HeaderClassName
{
color: #64EF09;
}
.AnyTagClassName
{
color: #64EF09;
}
</style>
background-color css
<style>
a { background-color: #64EF09; }
a { background-color: rgb(100,239,9); }
div.DivClassName
{
background-color: #64EF09;
}
.BgClassName
{
background-color: #64EF09;
}
</style>
border-color css
<style>
span { border-color: #64EF09; }
span { border-color: rgb(100,239,9); }
td.TdClassName
{
border-color: #64EF09;
}
.TagClassName
{
border-color: #64EF09;
}
</style>