Shades of Bright Green #64EF22
Tints of Bright Green #64EF22
RGB
CMYK
RGB Variations
Color information
#64EF22 (or 0x64EF22) is known color: Bright Green. HEX triplet: 64, EF and 22. RGB value is (100,239,34). Sum of RGB (Red+Green+Blue) = 100+239+34=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 239 (93.75% from 255 or 64.08% from 373); Blue value is 34 (13.67% from 255 or 9.12% from 373); Max value from RGB is 239 - color contains mainly: green. Hex color #64EF22 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64EF22 is #9B10DD. Grayscale: #AEAEAE. Windows color (decimal): -10162398 or 2289508. OLE color: 2289508.
HSL color Cylindrical-coordinate representation of color #64EF22: hue angle of 100.68º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #64EF22 is Cyan = 0.58, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 239 | 34 | - |
| CMYK | 0.58 | 0 | 0.86 | 0.06 |
| HSL | 100.68º | 0.86% | 0.54% | - |
| HSV(B) | 100.68º | 0.86% | 0.94% | - |
| XYZ | 36.41 | 64.56 | 12.06 | - |
| YUV | 174.07 | 48.95 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 239 | 34 | 0.58 | 0 | 0.86 | 0.06 | 100.68 | 0.86 | 0.54 |
| Hex | 64 | EF | 22 | 3A | 0 | 56 | 6 | 65 | 56 | 36 |
| Octal | 144 | 357 | 42 | 72 | 0 | 126 | 6 | 145 | 126 | 66 |
| Binary | 1100100 | 11101111 | 100010 | 111010 | 0 | 1010110 | 110 | 1100101 | 1010110 | 110110 |
Color Harmonies of #64EF22
Complementary color
Monochromatic Colors of #64EF22
Black with #64EF22
Text Example
Text Example
White with #64EF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EF22; }
p { color: rgb(100,239,34); }
H1.HeaderClassName
{
color: #64EF22;
}
.AnyTagClassName
{
color: #64EF22;
}
</style>
background-color css
<style>
a { background-color: #64EF22; }
a { background-color: rgb(100,239,34); }
div.DivClassName
{
background-color: #64EF22;
}
.BgClassName
{
background-color: #64EF22;
}
</style>
border-color css
<style>
span { border-color: #64EF22; }
span { border-color: rgb(100,239,34); }
td.TdClassName
{
border-color: #64EF22;
}
.TagClassName
{
border-color: #64EF22;
}
</style>