Shades of Bright Green #64EC1B
Tints of Bright Green #64EC1B
RGB
CMYK
RGB Variations
Color information
#64EC1B (or 0x64EC1B) is known color: Bright Green. HEX triplet: 64, EC and 1B. RGB value is (100,236,27). Sum of RGB (Red+Green+Blue) = 100+236+27=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 236 (92.58% from 255 or 65.01% from 363); Blue value is 27 (10.94% from 255 or 7.44% from 363); Max value from RGB is 236 - color contains mainly: green. Hex color #64EC1B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64EC1B is #9B13E4. Grayscale: #ACACAC. Windows color (decimal): -10163173 or 1829988. OLE color: 1829988.
HSL color Cylindrical-coordinate representation of color #64EC1B: hue angle of 99.04º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #64EC1B is Cyan = 0.58, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 236 | 27 | - |
| CMYK | 0.58 | 0 | 0.89 | 0.07 |
| HSL | 99.04º | 0.85% | 0.52% | - |
| HSV(B) | 99.04º | 0.89% | 0.93% | - |
| XYZ | 35.45 | 62.78 | 11.29 | - |
| YUV | 171.51 | 46.44 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 236 | 27 | 0.58 | 0 | 0.89 | 0.07 | 99.04 | 0.85 | 0.52 |
| Hex | 64 | EC | 1B | 3A | 0 | 59 | 7 | 63 | 55 | 34 |
| Octal | 144 | 354 | 33 | 72 | 0 | 131 | 7 | 143 | 125 | 64 |
| Binary | 1100100 | 11101100 | 11011 | 111010 | 0 | 1011001 | 111 | 1100011 | 1010101 | 110100 |
Color Harmonies of #64EC1B
Complementary color
Monochromatic Colors of #64EC1B
Black with #64EC1B
Text Example
Text Example
White with #64EC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EC1B; }
p { color: rgb(100,236,27); }
H1.HeaderClassName
{
color: #64EC1B;
}
.AnyTagClassName
{
color: #64EC1B;
}
</style>
background-color css
<style>
a { background-color: #64EC1B; }
a { background-color: rgb(100,236,27); }
div.DivClassName
{
background-color: #64EC1B;
}
.BgClassName
{
background-color: #64EC1B;
}
</style>
border-color css
<style>
span { border-color: #64EC1B; }
span { border-color: rgb(100,236,27); }
td.TdClassName
{
border-color: #64EC1B;
}
.TagClassName
{
border-color: #64EC1B;
}
</style>