Shades of Bright Green #64EE0B
Tints of Bright Green #64EE0B
RGB
CMYK
RGB Variations
Color information
#64EE0B (or 0x64EE0B) is known color: Bright Green. HEX triplet: 64, EE and 0B. RGB value is (100,238,11). Sum of RGB (Red+Green+Blue) = 100+238+11=349 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.65% from 349); Green value is 238 (93.36% from 255 or 68.19% from 349); Blue value is 11 (4.69% from 255 or 3.15% from 349); Max value from RGB is 238 - color contains mainly: green. Hex color #64EE0B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64EE0B is #9B11F4. Grayscale: #ABABAB. Windows color (decimal): -10162677 or 781924. OLE color: 781924.
HSL color Cylindrical-coordinate representation of color #64EE0B: hue angle of 96.48º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #64EE0B is Cyan = 0.58, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 238 | 11 | - |
| CMYK | 0.58 | 0 | 0.95 | 0.07 |
| HSL | 96.48º | 0.91% | 0.49% | - |
| HSV(B) | 96.48º | 0.95% | 0.93% | - |
| XYZ | 35.89 | 63.88 | 10.76 | - |
| YUV | 170.86 | 37.78 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 238 | 11 | 0.58 | 0 | 0.95 | 0.07 | 96.48 | 0.91 | 0.49 |
| Hex | 64 | EE | B | 3A | 0 | 5F | 7 | 60 | 5B | 31 |
| Octal | 144 | 356 | 13 | 72 | 0 | 137 | 7 | 140 | 133 | 61 |
| Binary | 1100100 | 11101110 | 1011 | 111010 | 0 | 1011111 | 111 | 1100000 | 1011011 | 110001 |
Color Harmonies of #64EE0B
Complementary color
Monochromatic Colors of #64EE0B
Black with #64EE0B
Text Example
Text Example
White with #64EE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EE0B; }
p { color: rgb(100,238,11); }
H1.HeaderClassName
{
color: #64EE0B;
}
.AnyTagClassName
{
color: #64EE0B;
}
</style>
background-color css
<style>
a { background-color: #64EE0B; }
a { background-color: rgb(100,238,11); }
div.DivClassName
{
background-color: #64EE0B;
}
.BgClassName
{
background-color: #64EE0B;
}
</style>
border-color css
<style>
span { border-color: #64EE0B; }
span { border-color: rgb(100,238,11); }
td.TdClassName
{
border-color: #64EE0B;
}
.TagClassName
{
border-color: #64EE0B;
}
</style>