Shades of Bright Green #64E630
Tints of Bright Green #64E630
RGB
CMYK
RGB Variations
Color information
#64E630 (or 0x64E630) is known color: Bright Green. HEX triplet: 64, E6 and 30. RGB value is (100,230,48). Sum of RGB (Red+Green+Blue) = 100+230+48=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 230 (90.23% from 255 or 60.85% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 230 - color contains mainly: green. Hex color #64E630 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64E630 is #9B19CF. Grayscale: #AAAAAA. Windows color (decimal): -10164688 or 3204708. OLE color: 3204708.
HSL color Cylindrical-coordinate representation of color #64E630: hue angle of 102.86º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #64E630 is Cyan = 0.57, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 100 | 230 | 48 | - |
| CMYK | 0.57 | 0 | 0.79 | 0.10 |
| HSL | 102.86º | 0.78% | 0.55% | - |
| HSV(B) | 102.86º | 0.79% | 0.9% | - |
| XYZ | 34.09 | 59.52 | 12.49 | - |
| YUV | 170.38 | 58.93 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 230 | 48 | 0.57 | 0 | 0.79 | 0.10 | 102.86 | 0.78 | 0.55 |
| Hex | 64 | E6 | 30 | 39 | 0 | 4F | A | 67 | 4E | 37 |
| Octal | 144 | 346 | 60 | 71 | 0 | 117 | 12 | 147 | 116 | 67 |
| Binary | 1100100 | 11100110 | 110000 | 111001 | 0 | 1001111 | 1010 | 1100111 | 1001110 | 110111 |
Color Harmonies of #64E630
Complementary color
Monochromatic Colors of #64E630
Black with #64E630
Text Example
Text Example
White with #64E630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E630; }
p { color: rgb(100,230,48); }
H1.HeaderClassName
{
color: #64E630;
}
.AnyTagClassName
{
color: #64E630;
}
</style>
background-color css
<style>
a { background-color: #64E630; }
a { background-color: rgb(100,230,48); }
div.DivClassName
{
background-color: #64E630;
}
.BgClassName
{
background-color: #64E630;
}
</style>
border-color css
<style>
span { border-color: #64E630; }
span { border-color: rgb(100,230,48); }
td.TdClassName
{
border-color: #64E630;
}
.TagClassName
{
border-color: #64E630;
}
</style>