Shades of Bright Green #64F82D
Tints of Bright Green #64F82D
RGB
CMYK
RGB Variations
Color information
#64F82D (or 0x64F82D) is known color: Bright Green. HEX triplet: 64, F8 and 2D. RGB value is (100,248,45). Sum of RGB (Red+Green+Blue) = 100+248+45=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 248 (97.27% from 255 or 63.10% from 393); Blue value is 45 (17.97% from 255 or 11.45% from 393); Max value from RGB is 248 - color contains mainly: green. Hex color #64F82D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64F82D is #9B07D2. Grayscale: #B5B5B5. Windows color (decimal): -10160083 or 3012708. OLE color: 3012708.
HSL color Cylindrical-coordinate representation of color #64F82D: hue angle of 103.74º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #64F82D is Cyan = 0.60, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 100 | 248 | 45 | - |
| CMYK | 0.60 | 0 | 0.82 | 0.03 |
| HSL | 103.74º | 0.94% | 0.57% | - |
| HSV(B) | 103.74º | 0.82% | 0.97% | - |
| XYZ | 39.3 | 70.03 | 13.93 | - |
| YUV | 180.61 | 51.47 | 70.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 248 | 45 | 0.60 | 0 | 0.82 | 0.03 | 103.74 | 0.94 | 0.57 |
| Hex | 64 | F8 | 2D | 3C | 0 | 52 | 3 | 68 | 5E | 39 |
| Octal | 144 | 370 | 55 | 74 | 0 | 122 | 3 | 150 | 136 | 71 |
| Binary | 1100100 | 11111000 | 101101 | 111100 | 0 | 1010010 | 11 | 1101000 | 1011110 | 111001 |
Color Harmonies of #64F82D
Complementary color
Monochromatic Colors of #64F82D
Black with #64F82D
Text Example
Text Example
White with #64F82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F82D; }
p { color: rgb(100,248,45); }
H1.HeaderClassName
{
color: #64F82D;
}
.AnyTagClassName
{
color: #64F82D;
}
</style>
background-color css
<style>
a { background-color: #64F82D; }
a { background-color: rgb(100,248,45); }
div.DivClassName
{
background-color: #64F82D;
}
.BgClassName
{
background-color: #64F82D;
}
</style>
border-color css
<style>
span { border-color: #64F82D; }
span { border-color: rgb(100,248,45); }
td.TdClassName
{
border-color: #64F82D;
}
.TagClassName
{
border-color: #64F82D;
}
</style>