Shades of Bright Green #64EB16
Tints of Bright Green #64EB16
RGB
CMYK
RGB Variations
Color information
#64EB16 (or 0x64EB16) is known color: Bright Green. HEX triplet: 64, EB and 16. RGB value is (100,235,22). Sum of RGB (Red+Green+Blue) = 100+235+22=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 235 (92.19% from 255 or 65.83% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 235 - color contains mainly: green. Hex color #64EB16 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64EB16 is #9B14E9. Grayscale: #ABABAB. Windows color (decimal): -10163434 or 1502052. OLE color: 1502052.
HSL color Cylindrical-coordinate representation of color #64EB16: hue angle of 98.03º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #64EB16 is Cyan = 0.57, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 235 | 22 | - |
| CMYK | 0.57 | 0 | 0.91 | 0.08 |
| HSL | 98.03º | 0.84% | 0.5% | - |
| HSV(B) | 98.03º | 0.91% | 0.92% | - |
| XYZ | 35.11 | 62.18 | 10.91 | - |
| YUV | 170.35 | 44.27 | 77.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 235 | 22 | 0.57 | 0 | 0.91 | 0.08 | 98.03 | 0.84 | 0.5 |
| Hex | 64 | EB | 16 | 39 | 0 | 5B | 8 | 62 | 54 | 32 |
| Octal | 144 | 353 | 26 | 71 | 0 | 133 | 10 | 142 | 124 | 62 |
| Binary | 1100100 | 11101011 | 10110 | 111001 | 0 | 1011011 | 1000 | 1100010 | 1010100 | 110010 |
Color Harmonies of #64EB16
Complementary color
Monochromatic Colors of #64EB16
Black with #64EB16
Text Example
Text Example
White with #64EB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EB16; }
p { color: rgb(100,235,22); }
H1.HeaderClassName
{
color: #64EB16;
}
.AnyTagClassName
{
color: #64EB16;
}
</style>
background-color css
<style>
a { background-color: #64EB16; }
a { background-color: rgb(100,235,22); }
div.DivClassName
{
background-color: #64EB16;
}
.BgClassName
{
background-color: #64EB16;
}
</style>
border-color css
<style>
span { border-color: #64EB16; }
span { border-color: rgb(100,235,22); }
td.TdClassName
{
border-color: #64EB16;
}
.TagClassName
{
border-color: #64EB16;
}
</style>