Shades of Bright Green #64EF0B
Tints of Bright Green #64EF0B
RGB
CMYK
RGB Variations
Color information
#64EF0B (or 0x64EF0B) is known color: Bright Green. HEX triplet: 64, EF and 0B. RGB value is (100,239,11). Sum of RGB (Red+Green+Blue) = 100+239+11=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 239 (93.75% from 255 or 68.29% from 350); Blue value is 11 (4.69% from 255 or 3.14% from 350); Max value from RGB is 239 - color contains mainly: green. Hex color #64EF0B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64EF0B is #9B10F4. Grayscale: #ACACAC. Windows color (decimal): -10162421 or 782180. OLE color: 782180.
HSL color Cylindrical-coordinate representation of color #64EF0B: hue angle of 96.58º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #64EF0B is Cyan = 0.58, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 239 | 11 | - |
| CMYK | 0.58 | 0 | 0.95 | 0.06 |
| HSL | 96.58º | 0.91% | 0.49% | - |
| HSV(B) | 96.58º | 0.95% | 0.94% | - |
| XYZ | 36.18 | 64.47 | 10.85 | - |
| YUV | 171.45 | 37.45 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 239 | 11 | 0.58 | 0 | 0.95 | 0.06 | 96.58 | 0.91 | 0.49 |
| Hex | 64 | EF | B | 3A | 0 | 5F | 6 | 61 | 5B | 31 |
| Octal | 144 | 357 | 13 | 72 | 0 | 137 | 6 | 141 | 133 | 61 |
| Binary | 1100100 | 11101111 | 1011 | 111010 | 0 | 1011111 | 110 | 1100001 | 1011011 | 110001 |
Color Harmonies of #64EF0B
Complementary color
Monochromatic Colors of #64EF0B
Black with #64EF0B
Text Example
Text Example
White with #64EF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EF0B; }
p { color: rgb(100,239,11); }
H1.HeaderClassName
{
color: #64EF0B;
}
.AnyTagClassName
{
color: #64EF0B;
}
</style>
background-color css
<style>
a { background-color: #64EF0B; }
a { background-color: rgb(100,239,11); }
div.DivClassName
{
background-color: #64EF0B;
}
.BgClassName
{
background-color: #64EF0B;
}
</style>
border-color css
<style>
span { border-color: #64EF0B; }
span { border-color: rgb(100,239,11); }
td.TdClassName
{
border-color: #64EF0B;
}
.TagClassName
{
border-color: #64EF0B;
}
</style>