Shades of Bright Green #64E50B
Tints of Bright Green #64E50B
RGB
CMYK
RGB Variations
Color information
#64E50B (or 0x64E50B) is known color: Bright Green. HEX triplet: 64, E5 and 0B. RGB value is (100,229,11). Sum of RGB (Red+Green+Blue) = 100+229+11=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 229 (89.84% from 255 or 67.35% from 340); Blue value is 11 (4.69% from 255 or 3.24% from 340); Max value from RGB is 229 - color contains mainly: green. Hex color #64E50B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64E50B is #9B1AF4. Grayscale: #A6A6A6. Windows color (decimal): -10164981 or 779620. OLE color: 779620.
HSL color Cylindrical-coordinate representation of color #64E50B: hue angle of 95.5º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #64E50B is Cyan = 0.56, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 100 | 229 | 11 | - |
| CMYK | 0.56 | 0 | 0.95 | 0.10 |
| HSL | 95.5º | 0.91% | 0.47% | - |
| HSV(B) | 95.5º | 0.95% | 0.9% | - |
| XYZ | 33.34 | 58.77 | 9.9 | - |
| YUV | 165.58 | 40.76 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 229 | 11 | 0.56 | 0 | 0.95 | 0.10 | 95.5 | 0.91 | 0.47 |
| Hex | 64 | E5 | B | 38 | 0 | 5F | A | 60 | 5B | 2F |
| Octal | 144 | 345 | 13 | 70 | 0 | 137 | 12 | 140 | 133 | 57 |
| Binary | 1100100 | 11100101 | 1011 | 111000 | 0 | 1011111 | 1010 | 1100000 | 1011011 | 101111 |
Color Harmonies of #64E50B
Complementary color
Monochromatic Colors of #64E50B
Black with #64E50B
Text Example
Text Example
White with #64E50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E50B; }
p { color: rgb(100,229,11); }
H1.HeaderClassName
{
color: #64E50B;
}
.AnyTagClassName
{
color: #64E50B;
}
</style>
background-color css
<style>
a { background-color: #64E50B; }
a { background-color: rgb(100,229,11); }
div.DivClassName
{
background-color: #64E50B;
}
.BgClassName
{
background-color: #64E50B;
}
</style>
border-color css
<style>
span { border-color: #64E50B; }
span { border-color: rgb(100,229,11); }
td.TdClassName
{
border-color: #64E50B;
}
.TagClassName
{
border-color: #64E50B;
}
</style>