Shades of Bright Green #65E425
Tints of Bright Green #65E425
RGB
CMYK
RGB Variations
Color information
#65E425 (or 0x65E425) is known color: Bright Green. HEX triplet: 65, E4 and 25. RGB value is (101,228,37). Sum of RGB (Red+Green+Blue) = 101+228+37=366 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.60% from 366); Green value is 228 (89.45% from 255 or 62.30% from 366); Blue value is 37 (14.84% from 255 or 10.11% from 366); Max value from RGB is 228 - color contains mainly: green. Hex color #65E425 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65E425 is #9A1BDA. Grayscale: #A8A8A8. Windows color (decimal): -10099675 or 2483301. OLE color: 2483301.
HSL color Cylindrical-coordinate representation of color #65E425: hue angle of 99.9º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #65E425 is Cyan = 0.56, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 228 | 37 | - |
| CMYK | 0.56 | 0 | 0.84 | 0.11 |
| HSL | 99.9º | 0.78% | 0.52% | - |
| HSV(B) | 99.9º | 0.84% | 0.89% | - |
| XYZ | 33.44 | 58.39 | 11.26 | - |
| YUV | 168.25 | 53.92 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 228 | 37 | 0.56 | 0 | 0.84 | 0.11 | 99.9 | 0.78 | 0.52 |
| Hex | 65 | E4 | 25 | 38 | 0 | 54 | B | 64 | 4E | 34 |
| Octal | 145 | 344 | 45 | 70 | 0 | 124 | 13 | 144 | 116 | 64 |
| Binary | 1100101 | 11100100 | 100101 | 111000 | 0 | 1010100 | 1011 | 1100100 | 1001110 | 110100 |
Color Harmonies of #65E425
Complementary color
Monochromatic Colors of #65E425
Black with #65E425
Text Example
Text Example
White with #65E425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E425; }
p { color: rgb(101,228,37); }
H1.HeaderClassName
{
color: #65E425;
}
.AnyTagClassName
{
color: #65E425;
}
</style>
background-color css
<style>
a { background-color: #65E425; }
a { background-color: rgb(101,228,37); }
div.DivClassName
{
background-color: #65E425;
}
.BgClassName
{
background-color: #65E425;
}
</style>
border-color css
<style>
span { border-color: #65E425; }
span { border-color: rgb(101,228,37); }
td.TdClassName
{
border-color: #65E425;
}
.TagClassName
{
border-color: #65E425;
}
</style>