Shades of Bright Green #64EF04
Tints of Bright Green #64EF04
RGB
CMYK
RGB Variations
Color information
#64EF04 (or 0x64EF04) is known color: Bright Green. HEX triplet: 64, EF and 04. RGB value is (100,239,4). Sum of RGB (Red+Green+Blue) = 100+239+4=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 239 (93.75% from 255 or 69.68% from 343); Blue value is 4 (1.95% from 255 or 1.17% from 343); Max value from RGB is 239 - color contains mainly: green. Hex color #64EF04 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64EF04 is #9B10FB. Grayscale: #ABABAB. Windows color (decimal): -10162428 or 323428. OLE color: 323428.
HSL color Cylindrical-coordinate representation of color #64EF04: hue angle of 95.49º degrees, saturation: 0.97, 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 #64EF04 is Cyan = 0.58, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 239 | 4 | - |
| CMYK | 0.58 | 0 | 0.98 | 0.06 |
| HSL | 95.49º | 0.97% | 0.48% | - |
| HSV(B) | 95.49º | 0.98% | 0.94% | - |
| XYZ | 36.14 | 64.45 | 10.65 | - |
| YUV | 170.65 | 33.95 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 239 | 4 | 0.58 | 0 | 0.98 | 0.06 | 95.49 | 0.97 | 0.48 |
| Hex | 64 | EF | 4 | 3A | 0 | 62 | 6 | 5F | 61 | 30 |
| Octal | 144 | 357 | 4 | 72 | 0 | 142 | 6 | 137 | 141 | 60 |
| Binary | 1100100 | 11101111 | 100 | 111010 | 0 | 1100010 | 110 | 1011111 | 1100001 | 110000 |
Color Harmonies of #64EF04
Complementary color
Monochromatic Colors of #64EF04
Black with #64EF04
Text Example
Text Example
White with #64EF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EF04; }
p { color: rgb(100,239,4); }
H1.HeaderClassName
{
color: #64EF04;
}
.AnyTagClassName
{
color: #64EF04;
}
</style>
background-color css
<style>
a { background-color: #64EF04; }
a { background-color: rgb(100,239,4); }
div.DivClassName
{
background-color: #64EF04;
}
.BgClassName
{
background-color: #64EF04;
}
</style>
border-color css
<style>
span { border-color: #64EF04; }
span { border-color: rgb(100,239,4); }
td.TdClassName
{
border-color: #64EF04;
}
.TagClassName
{
border-color: #64EF04;
}
</style>