Shades of Bright Green #64EF01
Tints of Bright Green #64EF01
RGB
CMYK
RGB Variations
Color information
#64EF01 (or 0x64EF01) is known color: Bright Green. HEX triplet: 64, EF and 01. RGB value is (100,239,1). Sum of RGB (Red+Green+Blue) = 100+239+1=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 239 (93.75% from 255 or 70.29% from 340); Blue value is 1 (0.78% from 255 or 0.29% from 340); Max value from RGB is 239 - color contains mainly: green. Hex color #64EF01 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64EF01 is #9B10FE. Grayscale: #ABABAB. Windows color (decimal): -10162431 or 126820. OLE color: 126820.
HSL color Cylindrical-coordinate representation of color #64EF01: hue angle of 95.04º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #64EF01 is Cyan = 0.58, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 239 | 1 | - |
| CMYK | 0.58 | 0 | 1.00 | 0.06 |
| HSL | 95.04º | 0.99% | 0.47% | - |
| HSV(B) | 95.04º | 1% | 0.94% | - |
| XYZ | 36.13 | 64.44 | 10.56 | - |
| YUV | 170.31 | 32.45 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 239 | 1 | 0.58 | 0 | 1.00 | 0.06 | 95.04 | 0.99 | 0.47 |
| Hex | 64 | EF | 1 | 3A | 0 | 64 | 6 | 5F | 63 | 2F |
| Octal | 144 | 357 | 1 | 72 | 0 | 144 | 6 | 137 | 143 | 57 |
| Binary | 1100100 | 11101111 | 1 | 111010 | 0 | 1100100 | 110 | 1011111 | 1100011 | 101111 |
Color Harmonies of #64EF01
Complementary color
Monochromatic Colors of #64EF01
Black with #64EF01
Text Example
Text Example
White with #64EF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EF01; }
p { color: rgb(100,239,1); }
H1.HeaderClassName
{
color: #64EF01;
}
.AnyTagClassName
{
color: #64EF01;
}
</style>
background-color css
<style>
a { background-color: #64EF01; }
a { background-color: rgb(100,239,1); }
div.DivClassName
{
background-color: #64EF01;
}
.BgClassName
{
background-color: #64EF01;
}
</style>
border-color css
<style>
span { border-color: #64EF01; }
span { border-color: rgb(100,239,1); }
td.TdClassName
{
border-color: #64EF01;
}
.TagClassName
{
border-color: #64EF01;
}
</style>