Shades of Bright Green #64FF2D
Tints of Bright Green #64FF2D
RGB
CMYK
RGB Variations
Color information
#64FF2D (or 0x64FF2D) is known color: Bright Green. HEX triplet: 64, FF and 2D. RGB value is (100,255,45). Sum of RGB (Red+Green+Blue) = 100+255+45=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 255 (100% from 255 or 63.75% from 400); Blue value is 45 (17.97% from 255 or 11.25% from 400); Max value from RGB is 255 - color contains mainly: green. Hex color #64FF2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64FF2D is #9B00D2. Grayscale: #B9B9B9. Windows color (decimal): -10158291 or 3014500. OLE color: 3014500.
HSL color Cylindrical-coordinate representation of color #64FF2D: hue angle of 104.29º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #64FF2D is Cyan = 0.61, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 45 | - |
| CMYK | 0.61 | 0 | 0.82 | 0 |
| HSL | 104.29º | 1% | 0.59% | - |
| HSV(B) | 104.29º | 0.82% | 1% | - |
| XYZ | 41.49 | 74.42 | 14.66 | - |
| YUV | 184.72 | 49.15 | 67.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 45 | 0.61 | 0 | 0.82 | 0 | 104.29 | 1 | 0.59 |
| Hex | 64 | FF | 2D | 3D | 0 | 52 | 0 | 68 | 64 | 3B |
| Octal | 144 | 377 | 55 | 75 | 0 | 122 | 0 | 150 | 144 | 73 |
| Binary | 1100100 | 11111111 | 101101 | 111101 | 0 | 1010010 | 0 | 1101000 | 1100100 | 111011 |
Color Harmonies of #64FF2D
Complementary color
Monochromatic Colors of #64FF2D
Black with #64FF2D
Text Example
Text Example
White with #64FF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FF2D; }
p { color: rgb(100,255,45); }
H1.HeaderClassName
{
color: #64FF2D;
}
.AnyTagClassName
{
color: #64FF2D;
}
</style>
background-color css
<style>
a { background-color: #64FF2D; }
a { background-color: rgb(100,255,45); }
div.DivClassName
{
background-color: #64FF2D;
}
.BgClassName
{
background-color: #64FF2D;
}
</style>
border-color css
<style>
span { border-color: #64FF2D; }
span { border-color: rgb(100,255,45); }
td.TdClassName
{
border-color: #64FF2D;
}
.TagClassName
{
border-color: #64FF2D;
}
</style>