Shades of Bright Green #64FF28
Tints of Bright Green #64FF28
RGB
CMYK
RGB Variations
Color information
#64FF28 (or 0x64FF28) is known color: Bright Green. HEX triplet: 64, FF and 28. RGB value is (100,255,40). Sum of RGB (Red+Green+Blue) = 100+255+40=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 255 (100% from 255 or 64.56% from 395); Blue value is 40 (16.02% from 255 or 10.13% from 395); Max value from RGB is 255 - color contains mainly: green. Hex color #64FF28 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64FF28 is #9B00D7. Grayscale: #B8B8B8. Windows color (decimal): -10158296 or 2686820. OLE color: 2686820.
HSL color Cylindrical-coordinate representation of color #64FF28: hue angle of 103.26º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #64FF28 is Cyan = 0.61, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 40 | - |
| CMYK | 0.61 | 0 | 0.84 | 0 |
| HSL | 103.26º | 1% | 0.58% | - |
| HSV(B) | 103.26º | 0.84% | 1% | - |
| XYZ | 41.4 | 74.38 | 14.18 | - |
| YUV | 184.15 | 46.65 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 40 | 0.61 | 0 | 0.84 | 0 | 103.26 | 1 | 0.58 |
| Hex | 64 | FF | 28 | 3D | 0 | 54 | 0 | 67 | 64 | 3A |
| Octal | 144 | 377 | 50 | 75 | 0 | 124 | 0 | 147 | 144 | 72 |
| Binary | 1100100 | 11111111 | 101000 | 111101 | 0 | 1010100 | 0 | 1100111 | 1100100 | 111010 |
Color Harmonies of #64FF28
Complementary color
Monochromatic Colors of #64FF28
Black with #64FF28
Text Example
Text Example
White with #64FF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FF28; }
p { color: rgb(100,255,40); }
H1.HeaderClassName
{
color: #64FF28;
}
.AnyTagClassName
{
color: #64FF28;
}
</style>
background-color css
<style>
a { background-color: #64FF28; }
a { background-color: rgb(100,255,40); }
div.DivClassName
{
background-color: #64FF28;
}
.BgClassName
{
background-color: #64FF28;
}
</style>
border-color css
<style>
span { border-color: #64FF28; }
span { border-color: rgb(100,255,40); }
td.TdClassName
{
border-color: #64FF28;
}
.TagClassName
{
border-color: #64FF28;
}
</style>