Shades of Bright Green #64D502
Tints of Bright Green #64D502
RGB
CMYK
RGB Variations
Color information
#64D502 (or 0x64D502) is known color: Bright Green. HEX triplet: 64, D5 and 02. RGB value is (100,213,2). Sum of RGB (Red+Green+Blue) = 100+213+2=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 213 (83.59% from 255 or 67.62% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 213 - color contains mainly: green. Hex color #64D502 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64D502 is #9B2AFD. Grayscale: #9B9B9B. Windows color (decimal): -10169086 or 185700. OLE color: 185700.
HSL color Cylindrical-coordinate representation of color #64D502: hue angle of 92.13º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #64D502 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 213 | 2 | - |
| CMYK | 0.53 | 0 | 0.99 | 0.16 |
| HSL | 92.13º | 0.98% | 0.42% | - |
| HSV(B) | 92.13º | 0.99% | 0.84% | - |
| XYZ | 29.06 | 50.3 | 8.24 | - |
| YUV | 155.16 | 41.56 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 213 | 2 | 0.53 | 0 | 0.99 | 0.16 | 92.13 | 0.98 | 0.42 |
| Hex | 64 | D5 | 2 | 35 | 0 | 63 | 10 | 5C | 62 | 2A |
| Octal | 144 | 325 | 2 | 65 | 0 | 143 | 20 | 134 | 142 | 52 |
| Binary | 1100100 | 11010101 | 10 | 110101 | 0 | 1100011 | 10000 | 1011100 | 1100010 | 101010 |
Color Harmonies of #64D502
Complementary color
Monochromatic Colors of #64D502
Black with #64D502
Text Example
Text Example
White with #64D502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D502; }
p { color: rgb(100,213,2); }
H1.HeaderClassName
{
color: #64D502;
}
.AnyTagClassName
{
color: #64D502;
}
</style>
background-color css
<style>
a { background-color: #64D502; }
a { background-color: rgb(100,213,2); }
div.DivClassName
{
background-color: #64D502;
}
.BgClassName
{
background-color: #64D502;
}
</style>
border-color css
<style>
span { border-color: #64D502; }
span { border-color: rgb(100,213,2); }
td.TdClassName
{
border-color: #64D502;
}
.TagClassName
{
border-color: #64D502;
}
</style>