Shades of Bright Green #64F202
Tints of Bright Green #64F202
RGB
CMYK
RGB Variations
Color information
#64F202 (or 0x64F202) is known color: Bright Green. HEX triplet: 64, F2 and 02. RGB value is (100,242,2). Sum of RGB (Red+Green+Blue) = 100+242+2=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 242 (94.92% from 255 or 70.35% from 344); Blue value is 2 (1.17% from 255 or 0.58% from 344); Max value from RGB is 242 - color contains mainly: green. Hex color #64F202 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64F202 is #9B0DFD. Grayscale: #ADADAD. Windows color (decimal): -10161662 or 193124. OLE color: 193124.
HSL color Cylindrical-coordinate representation of color #64F202: hue angle of 95.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #64F202 is Cyan = 0.59, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 242 | 2 | - |
| CMYK | 0.59 | 0 | 0.99 | 0.05 |
| HSL | 95.5º | 0.98% | 0.48% | - |
| HSV(B) | 95.5º | 0.99% | 0.95% | - |
| XYZ | 37.02 | 66.22 | 10.89 | - |
| YUV | 172.18 | 31.96 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 242 | 2 | 0.59 | 0 | 0.99 | 0.05 | 95.5 | 0.98 | 0.48 |
| Hex | 64 | F2 | 2 | 3B | 0 | 63 | 5 | 60 | 62 | 30 |
| Octal | 144 | 362 | 2 | 73 | 0 | 143 | 5 | 140 | 142 | 60 |
| Binary | 1100100 | 11110010 | 10 | 111011 | 0 | 1100011 | 101 | 1100000 | 1100010 | 110000 |
Color Harmonies of #64F202
Complementary color
Monochromatic Colors of #64F202
Black with #64F202
Text Example
Text Example
White with #64F202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F202; }
p { color: rgb(100,242,2); }
H1.HeaderClassName
{
color: #64F202;
}
.AnyTagClassName
{
color: #64F202;
}
</style>
background-color css
<style>
a { background-color: #64F202; }
a { background-color: rgb(100,242,2); }
div.DivClassName
{
background-color: #64F202;
}
.BgClassName
{
background-color: #64F202;
}
</style>
border-color css
<style>
span { border-color: #64F202; }
span { border-color: rgb(100,242,2); }
td.TdClassName
{
border-color: #64F202;
}
.TagClassName
{
border-color: #64F202;
}
</style>