Shades of Bright Green #64ED29
Tints of Bright Green #64ED29
RGB
CMYK
RGB Variations
Color information
#64ED29 (or 0x64ED29) is known color: Bright Green. HEX triplet: 64, ED and 29. RGB value is (100,237,41). Sum of RGB (Red+Green+Blue) = 100+237+41=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 237 (92.97% from 255 or 62.70% from 378); Blue value is 41 (16.41% from 255 or 10.85% from 378); Max value from RGB is 237 - color contains mainly: green. Hex color #64ED29 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64ED29 is #9B12D6. Grayscale: #AEAEAE. Windows color (decimal): -10162903 or 2747748. OLE color: 2747748.
HSL color Cylindrical-coordinate representation of color #64ED29: hue angle of 101.94º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #64ED29 is Cyan = 0.58, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 237 | 41 | - |
| CMYK | 0.58 | 0 | 0.83 | 0.07 |
| HSL | 101.94º | 0.84% | 0.55% | - |
| HSV(B) | 101.94º | 0.83% | 0.93% | - |
| XYZ | 35.94 | 63.44 | 12.45 | - |
| YUV | 173.69 | 53.11 | 75.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 237 | 41 | 0.58 | 0 | 0.83 | 0.07 | 101.94 | 0.84 | 0.55 |
| Hex | 64 | ED | 29 | 3A | 0 | 53 | 7 | 66 | 54 | 37 |
| Octal | 144 | 355 | 51 | 72 | 0 | 123 | 7 | 146 | 124 | 67 |
| Binary | 1100100 | 11101101 | 101001 | 111010 | 0 | 1010011 | 111 | 1100110 | 1010100 | 110111 |
Color Harmonies of #64ED29
Complementary color
Monochromatic Colors of #64ED29
Black with #64ED29
Text Example
Text Example
White with #64ED29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ED29; }
p { color: rgb(100,237,41); }
H1.HeaderClassName
{
color: #64ED29;
}
.AnyTagClassName
{
color: #64ED29;
}
</style>
background-color css
<style>
a { background-color: #64ED29; }
a { background-color: rgb(100,237,41); }
div.DivClassName
{
background-color: #64ED29;
}
.BgClassName
{
background-color: #64ED29;
}
</style>
border-color css
<style>
span { border-color: #64ED29; }
span { border-color: rgb(100,237,41); }
td.TdClassName
{
border-color: #64ED29;
}
.TagClassName
{
border-color: #64ED29;
}
</style>