Shades of Bright Green #64EF1F
Tints of Bright Green #64EF1F
RGB
CMYK
RGB Variations
Color information
#64EF1F (or 0x64EF1F) is known color: Bright Green. HEX triplet: 64, EF and 1F. RGB value is (100,239,31). Sum of RGB (Red+Green+Blue) = 100+239+31=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 239 (93.75% from 255 or 64.59% from 370); Blue value is 31 (12.5% from 255 or 8.38% from 370); Max value from RGB is 239 - color contains mainly: green. Hex color #64EF1F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64EF1F is #9B10E0. Grayscale: #AEAEAE. Windows color (decimal): -10162401 or 2092900. OLE color: 2092900.
HSL color Cylindrical-coordinate representation of color #64EF1F: hue angle of 100.1º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #64EF1F is Cyan = 0.58, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 239 | 31 | - |
| CMYK | 0.58 | 0 | 0.87 | 0.06 |
| HSL | 100.1º | 0.87% | 0.53% | - |
| HSV(B) | 100.1º | 0.87% | 0.94% | - |
| XYZ | 36.37 | 64.54 | 11.84 | - |
| YUV | 173.73 | 47.45 | 75.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 239 | 31 | 0.58 | 0 | 0.87 | 0.06 | 100.1 | 0.87 | 0.53 |
| Hex | 64 | EF | 1F | 3A | 0 | 57 | 6 | 64 | 57 | 35 |
| Octal | 144 | 357 | 37 | 72 | 0 | 127 | 6 | 144 | 127 | 65 |
| Binary | 1100100 | 11101111 | 11111 | 111010 | 0 | 1010111 | 110 | 1100100 | 1010111 | 110101 |
Color Harmonies of #64EF1F
Complementary color
Monochromatic Colors of #64EF1F
Black with #64EF1F
Text Example
Text Example
White with #64EF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EF1F; }
p { color: rgb(100,239,31); }
H1.HeaderClassName
{
color: #64EF1F;
}
.AnyTagClassName
{
color: #64EF1F;
}
</style>
background-color css
<style>
a { background-color: #64EF1F; }
a { background-color: rgb(100,239,31); }
div.DivClassName
{
background-color: #64EF1F;
}
.BgClassName
{
background-color: #64EF1F;
}
</style>
border-color css
<style>
span { border-color: #64EF1F; }
span { border-color: rgb(100,239,31); }
td.TdClassName
{
border-color: #64EF1F;
}
.TagClassName
{
border-color: #64EF1F;
}
</style>