Shades of Bright Green #64FD33
Tints of Bright Green #64FD33
RGB
CMYK
RGB Variations
Color information
#64FD33 (or 0x64FD33) is known color: Bright Green. HEX triplet: 64, FD and 33. RGB value is (100,253,51). Sum of RGB (Red+Green+Blue) = 100+253+51=404 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.75% from 404); Green value is 253 (99.22% from 255 or 62.62% from 404); Blue value is 51 (20.31% from 255 or 12.62% from 404); Max value from RGB is 253 - color contains mainly: green. Hex color #64FD33 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64FD33 is #9B02CC. Grayscale: #B8B8B8. Windows color (decimal): -10158797 or 3407204. OLE color: 3407204.
HSL color Cylindrical-coordinate representation of color #64FD33: hue angle of 105.45º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #64FD33 is Cyan = 0.60, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 253 | 51 | - |
| CMYK | 0.60 | 0 | 0.80 | 0.01 |
| HSL | 105.45º | 0.98% | 0.6% | - |
| HSV(B) | 105.45º | 0.8% | 0.99% | - |
| XYZ | 40.98 | 73.2 | 15.1 | - |
| YUV | 184.23 | 52.81 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 253 | 51 | 0.60 | 0 | 0.80 | 0.01 | 105.45 | 0.98 | 0.6 |
| Hex | 64 | FD | 33 | 3C | 0 | 50 | 1 | 69 | 62 | 3C |
| Octal | 144 | 375 | 63 | 74 | 0 | 120 | 1 | 151 | 142 | 74 |
| Binary | 1100100 | 11111101 | 110011 | 111100 | 0 | 1010000 | 1 | 1101001 | 1100010 | 111100 |
Color Harmonies of #64FD33
Complementary color
Monochromatic Colors of #64FD33
Black with #64FD33
Text Example
Text Example
White with #64FD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FD33; }
p { color: rgb(100,253,51); }
H1.HeaderClassName
{
color: #64FD33;
}
.AnyTagClassName
{
color: #64FD33;
}
</style>
background-color css
<style>
a { background-color: #64FD33; }
a { background-color: rgb(100,253,51); }
div.DivClassName
{
background-color: #64FD33;
}
.BgClassName
{
background-color: #64FD33;
}
</style>
border-color css
<style>
span { border-color: #64FD33; }
span { border-color: rgb(100,253,51); }
td.TdClassName
{
border-color: #64FD33;
}
.TagClassName
{
border-color: #64FD33;
}
</style>