Shades of Bright Green #64F31E
Tints of Bright Green #64F31E
RGB
CMYK
RGB Variations
Color information
#64F31E (or 0x64F31E) is known color: Bright Green. HEX triplet: 64, F3 and 1E. RGB value is (100,243,30). Sum of RGB (Red+Green+Blue) = 100+243+30=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 243 (95.31% from 255 or 65.15% from 373); Blue value is 30 (12.11% from 255 or 8.04% from 373); Max value from RGB is 243 - color contains mainly: green. Hex color #64F31E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64F31E is #9B0CE1. Grayscale: #B0B0B0. Windows color (decimal): -10161378 or 2028388. OLE color: 2028388.
HSL color Cylindrical-coordinate representation of color #64F31E: hue angle of 100.28º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #64F31E is Cyan = 0.59, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 243 | 30 | - |
| CMYK | 0.59 | 0 | 0.88 | 0.05 |
| HSL | 100.28º | 0.9% | 0.54% | - |
| HSV(B) | 100.28º | 0.88% | 0.95% | - |
| XYZ | 37.54 | 66.9 | 12.16 | - |
| YUV | 175.96 | 45.62 | 73.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 243 | 30 | 0.59 | 0 | 0.88 | 0.05 | 100.28 | 0.9 | 0.54 |
| Hex | 64 | F3 | 1E | 3B | 0 | 58 | 5 | 64 | 5A | 36 |
| Octal | 144 | 363 | 36 | 73 | 0 | 130 | 5 | 144 | 132 | 66 |
| Binary | 1100100 | 11110011 | 11110 | 111011 | 0 | 1011000 | 101 | 1100100 | 1011010 | 110110 |
Color Harmonies of #64F31E
Complementary color
Monochromatic Colors of #64F31E
Black with #64F31E
Text Example
Text Example
White with #64F31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F31E; }
p { color: rgb(100,243,30); }
H1.HeaderClassName
{
color: #64F31E;
}
.AnyTagClassName
{
color: #64F31E;
}
</style>
background-color css
<style>
a { background-color: #64F31E; }
a { background-color: rgb(100,243,30); }
div.DivClassName
{
background-color: #64F31E;
}
.BgClassName
{
background-color: #64F31E;
}
</style>
border-color css
<style>
span { border-color: #64F31E; }
span { border-color: rgb(100,243,30); }
td.TdClassName
{
border-color: #64F31E;
}
.TagClassName
{
border-color: #64F31E;
}
</style>