Shades of Bright Green #64EA1D
Tints of Bright Green #64EA1D
RGB
CMYK
RGB Variations
Color information
#64EA1D (or 0x64EA1D) is known color: Bright Green. HEX triplet: 64, EA and 1D. RGB value is (100,234,29). Sum of RGB (Red+Green+Blue) = 100+234+29=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 234 (91.80% from 255 or 64.46% from 363); Blue value is 29 (11.72% from 255 or 7.99% from 363); Max value from RGB is 234 - color contains mainly: green. Hex color #64EA1D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64EA1D is #9B15E2. Grayscale: #ABABAB. Windows color (decimal): -10163683 or 1960548. OLE color: 1960548.
HSL color Cylindrical-coordinate representation of color #64EA1D: hue angle of 99.22º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #64EA1D is Cyan = 0.57, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 234 | 29 | - |
| CMYK | 0.57 | 0 | 0.88 | 0.08 |
| HSL | 99.22º | 0.83% | 0.52% | - |
| HSV(B) | 99.22º | 0.88% | 0.92% | - |
| XYZ | 34.9 | 61.64 | 11.22 | - |
| YUV | 170.56 | 48.11 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 234 | 29 | 0.57 | 0 | 0.88 | 0.08 | 99.22 | 0.83 | 0.52 |
| Hex | 64 | EA | 1D | 39 | 0 | 58 | 8 | 63 | 53 | 34 |
| Octal | 144 | 352 | 35 | 71 | 0 | 130 | 10 | 143 | 123 | 64 |
| Binary | 1100100 | 11101010 | 11101 | 111001 | 0 | 1011000 | 1000 | 1100011 | 1010011 | 110100 |
Color Harmonies of #64EA1D
Complementary color
Monochromatic Colors of #64EA1D
Black with #64EA1D
Text Example
Text Example
White with #64EA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EA1D; }
p { color: rgb(100,234,29); }
H1.HeaderClassName
{
color: #64EA1D;
}
.AnyTagClassName
{
color: #64EA1D;
}
</style>
background-color css
<style>
a { background-color: #64EA1D; }
a { background-color: rgb(100,234,29); }
div.DivClassName
{
background-color: #64EA1D;
}
.BgClassName
{
background-color: #64EA1D;
}
</style>
border-color css
<style>
span { border-color: #64EA1D; }
span { border-color: rgb(100,234,29); }
td.TdClassName
{
border-color: #64EA1D;
}
.TagClassName
{
border-color: #64EA1D;
}
</style>