Shades of Bright Green #64FD28
Tints of Bright Green #64FD28
RGB
CMYK
RGB Variations
Color information
#64FD28 (or 0x64FD28) is known color: Bright Green. HEX triplet: 64, FD and 28. RGB value is (100,253,40). Sum of RGB (Red+Green+Blue) = 100+253+40=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 253 (99.22% from 255 or 64.38% from 393); Blue value is 40 (16.02% from 255 or 10.18% from 393); Max value from RGB is 253 - color contains mainly: green. Hex color #64FD28 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64FD28 is #9B02D7. Grayscale: #B7B7B7. Windows color (decimal): -10158808 or 2686308. OLE color: 2686308.
HSL color Cylindrical-coordinate representation of color #64FD28: hue angle of 103.1º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #64FD28 is Cyan = 0.60, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 253 | 40 | - |
| CMYK | 0.60 | 0 | 0.84 | 0.01 |
| HSL | 103.1º | 0.98% | 0.57% | - |
| HSV(B) | 103.1º | 0.84% | 0.99% | - |
| XYZ | 40.76 | 73.11 | 13.97 | - |
| YUV | 182.97 | 47.31 | 68.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 253 | 40 | 0.60 | 0 | 0.84 | 0.01 | 103.1 | 0.98 | 0.57 |
| Hex | 64 | FD | 28 | 3C | 0 | 54 | 1 | 67 | 62 | 39 |
| Octal | 144 | 375 | 50 | 74 | 0 | 124 | 1 | 147 | 142 | 71 |
| Binary | 1100100 | 11111101 | 101000 | 111100 | 0 | 1010100 | 1 | 1100111 | 1100010 | 111001 |
Color Harmonies of #64FD28
Complementary color
Monochromatic Colors of #64FD28
Black with #64FD28
Text Example
Text Example
White with #64FD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FD28; }
p { color: rgb(100,253,40); }
H1.HeaderClassName
{
color: #64FD28;
}
.AnyTagClassName
{
color: #64FD28;
}
</style>
background-color css
<style>
a { background-color: #64FD28; }
a { background-color: rgb(100,253,40); }
div.DivClassName
{
background-color: #64FD28;
}
.BgClassName
{
background-color: #64FD28;
}
</style>
border-color css
<style>
span { border-color: #64FD28; }
span { border-color: rgb(100,253,40); }
td.TdClassName
{
border-color: #64FD28;
}
.TagClassName
{
border-color: #64FD28;
}
</style>