Shades of Bright Green #64DF03
Tints of Bright Green #64DF03
RGB
CMYK
RGB Variations
Color information
#64DF03 (or 0x64DF03) is known color: Bright Green. HEX triplet: 64, DF and 03. RGB value is (100,223,3). Sum of RGB (Red+Green+Blue) = 100+223+3=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 223 (87.5% from 255 or 68.40% from 326); Blue value is 3 (1.56% from 255 or 0.92% from 326); Max value from RGB is 223 - color contains mainly: green. Hex color #64DF03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64DF03 is #9B20FC. Grayscale: #A1A1A1. Windows color (decimal): -10166525 or 253796. OLE color: 253796.
HSL color Cylindrical-coordinate representation of color #64DF03: hue angle of 93.55º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #64DF03 is Cyan = 0.55, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 223 | 3 | - |
| CMYK | 0.55 | 0 | 0.99 | 0.13 |
| HSL | 93.55º | 0.97% | 0.44% | - |
| HSV(B) | 93.55º | 0.99% | 0.87% | - |
| XYZ | 31.66 | 55.49 | 9.13 | - |
| YUV | 161.14 | 38.75 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 223 | 3 | 0.55 | 0 | 0.99 | 0.13 | 93.55 | 0.97 | 0.44 |
| Hex | 64 | DF | 3 | 37 | 0 | 63 | D | 5E | 61 | 2C |
| Octal | 144 | 337 | 3 | 67 | 0 | 143 | 15 | 136 | 141 | 54 |
| Binary | 1100100 | 11011111 | 11 | 110111 | 0 | 1100011 | 1101 | 1011110 | 1100001 | 101100 |
Color Harmonies of #64DF03
Complementary color
Monochromatic Colors of #64DF03
Black with #64DF03
Text Example
Text Example
White with #64DF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DF03; }
p { color: rgb(100,223,3); }
H1.HeaderClassName
{
color: #64DF03;
}
.AnyTagClassName
{
color: #64DF03;
}
</style>
background-color css
<style>
a { background-color: #64DF03; }
a { background-color: rgb(100,223,3); }
div.DivClassName
{
background-color: #64DF03;
}
.BgClassName
{
background-color: #64DF03;
}
</style>
border-color css
<style>
span { border-color: #64DF03; }
span { border-color: rgb(100,223,3); }
td.TdClassName
{
border-color: #64DF03;
}
.TagClassName
{
border-color: #64DF03;
}
</style>