Shades of Bright Green #65E004
Tints of Bright Green #65E004
RGB
CMYK
RGB Variations
Color information
#65E004 (or 0x65E004) is known color: Bright Green. HEX triplet: 65, E0 and 04. RGB value is (101,224,4). Sum of RGB (Red+Green+Blue) = 101+224+4=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 224 (87.89% from 255 or 68.09% from 329); Blue value is 4 (1.95% from 255 or 1.22% from 329); Max value from RGB is 224 - color contains mainly: green. Hex color #65E004 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65E004 is #9A1FFB. Grayscale: #A2A2A2. Windows color (decimal): -10100732 or 319589. OLE color: 319589.
HSL color Cylindrical-coordinate representation of color #65E004: hue angle of 93.55º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #65E004 is Cyan = 0.55, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 224 | 4 | - |
| CMYK | 0.55 | 0 | 0.98 | 0.12 |
| HSL | 93.55º | 0.96% | 0.45% | - |
| HSV(B) | 93.55º | 0.98% | 0.88% | - |
| XYZ | 32.04 | 56.09 | 9.25 | - |
| YUV | 162.14 | 38.75 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 224 | 4 | 0.55 | 0 | 0.98 | 0.12 | 93.55 | 0.96 | 0.45 |
| Hex | 65 | E0 | 4 | 37 | 0 | 62 | C | 5E | 60 | 2D |
| Octal | 145 | 340 | 4 | 67 | 0 | 142 | 14 | 136 | 140 | 55 |
| Binary | 1100101 | 11100000 | 100 | 110111 | 0 | 1100010 | 1100 | 1011110 | 1100000 | 101101 |
Color Harmonies of #65E004
Complementary color
Monochromatic Colors of #65E004
Black with #65E004
Text Example
Text Example
White with #65E004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E004; }
p { color: rgb(101,224,4); }
H1.HeaderClassName
{
color: #65E004;
}
.AnyTagClassName
{
color: #65E004;
}
</style>
background-color css
<style>
a { background-color: #65E004; }
a { background-color: rgb(101,224,4); }
div.DivClassName
{
background-color: #65E004;
}
.BgClassName
{
background-color: #65E004;
}
</style>
border-color css
<style>
span { border-color: #65E004; }
span { border-color: rgb(101,224,4); }
td.TdClassName
{
border-color: #65E004;
}
.TagClassName
{
border-color: #65E004;
}
</style>