Shades of Bright Green #64FF02
Tints of Bright Green #64FF02
RGB
CMYK
RGB Variations
Color information
#64FF02 (or 0x64FF02) is known color: Bright Green. HEX triplet: 64, FF and 02. RGB value is (100,255,2). Sum of RGB (Red+Green+Blue) = 100+255+2=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 255 (100% from 255 or 71.43% from 357); Blue value is 2 (1.17% from 255 or 0.56% from 357); Max value from RGB is 255 - color contains mainly: green. Hex color #64FF02 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64FF02 is #9B00FD. Grayscale: #B4B4B4. Windows color (decimal): -10158334 or 196452. OLE color: 196452.
HSL color Cylindrical-coordinate representation of color #64FF02: hue angle of 96.76º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #64FF02 is Cyan = 0.61, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 2 | - |
| CMYK | 0.61 | 0 | 0.99 | 0 |
| HSL | 96.76º | 1% | 0.5% | - |
| HSV(B) | 96.76º | 0.99% | 1% | - |
| XYZ | 41.03 | 74.23 | 12.22 | - |
| YUV | 179.81 | 27.65 | 71.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 2 | 0.61 | 0 | 0.99 | 0 | 96.76 | 1 | 0.5 |
| Hex | 64 | FF | 2 | 3D | 0 | 63 | 0 | 61 | 64 | 32 |
| Octal | 144 | 377 | 2 | 75 | 0 | 143 | 0 | 141 | 144 | 62 |
| Binary | 1100100 | 11111111 | 10 | 111101 | 0 | 1100011 | 0 | 1100001 | 1100100 | 110010 |
Color Harmonies of #64FF02
Complementary color
Monochromatic Colors of #64FF02
Black with #64FF02
Text Example
Text Example
White with #64FF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FF02; }
p { color: rgb(100,255,2); }
H1.HeaderClassName
{
color: #64FF02;
}
.AnyTagClassName
{
color: #64FF02;
}
</style>
background-color css
<style>
a { background-color: #64FF02; }
a { background-color: rgb(100,255,2); }
div.DivClassName
{
background-color: #64FF02;
}
.BgClassName
{
background-color: #64FF02;
}
</style>
border-color css
<style>
span { border-color: #64FF02; }
span { border-color: rgb(100,255,2); }
td.TdClassName
{
border-color: #64FF02;
}
.TagClassName
{
border-color: #64FF02;
}
</style>