Shades of Bright Green #65EC31
Tints of Bright Green #65EC31
RGB
CMYK
RGB Variations
Color information
#65EC31 (or 0x65EC31) is known color: Bright Green. HEX triplet: 65, EC and 31. RGB value is (101,236,49). Sum of RGB (Red+Green+Blue) = 101+236+49=386 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.17% from 386); Green value is 236 (92.58% from 255 or 61.14% from 386); Blue value is 49 (19.53% from 255 or 12.69% from 386); Max value from RGB is 236 - color contains mainly: green. Hex color #65EC31 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #65EC31 is #9A13CE. Grayscale: #AEAEAE. Windows color (decimal): -10097615 or 3271781. OLE color: 3271781.
HSL color Cylindrical-coordinate representation of color #65EC31: hue angle of 103.32º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #65EC31 is Cyan = 0.57, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 236 | 49 | - |
| CMYK | 0.57 | 0 | 0.79 | 0.07 |
| HSL | 103.32º | 0.83% | 0.56% | - |
| HSV(B) | 103.32º | 0.79% | 0.93% | - |
| XYZ | 35.92 | 62.98 | 13.17 | - |
| YUV | 174.32 | 57.27 | 75.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 236 | 49 | 0.57 | 0 | 0.79 | 0.07 | 103.32 | 0.83 | 0.56 |
| Hex | 65 | EC | 31 | 39 | 0 | 4F | 7 | 67 | 53 | 38 |
| Octal | 145 | 354 | 61 | 71 | 0 | 117 | 7 | 147 | 123 | 70 |
| Binary | 1100101 | 11101100 | 110001 | 111001 | 0 | 1001111 | 111 | 1100111 | 1010011 | 111000 |
Color Harmonies of #65EC31
Complementary color
Monochromatic Colors of #65EC31
Black with #65EC31
Text Example
Text Example
White with #65EC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EC31; }
p { color: rgb(101,236,49); }
H1.HeaderClassName
{
color: #65EC31;
}
.AnyTagClassName
{
color: #65EC31;
}
</style>
background-color css
<style>
a { background-color: #65EC31; }
a { background-color: rgb(101,236,49); }
div.DivClassName
{
background-color: #65EC31;
}
.BgClassName
{
background-color: #65EC31;
}
</style>
border-color css
<style>
span { border-color: #65EC31; }
span { border-color: rgb(101,236,49); }
td.TdClassName
{
border-color: #65EC31;
}
.TagClassName
{
border-color: #65EC31;
}
</style>