Shades of Bright Green #65EF0A
Tints of Bright Green #65EF0A
RGB
CMYK
RGB Variations
Color information
#65EF0A (or 0x65EF0A) is known color: Bright Green. HEX triplet: 65, EF and 0A. RGB value is (101,239,10). Sum of RGB (Red+Green+Blue) = 101+239+10=350 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.86% from 350); Green value is 239 (93.75% from 255 or 68.29% from 350); Blue value is 10 (4.30% from 255 or 2.86% from 350); Max value from RGB is 239 - color contains mainly: green. Hex color #65EF0A is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #65EF0A is #9A10F5. Grayscale: #ACACAC. Windows color (decimal): -10096886 or 716645. OLE color: 716645.
HSL color Cylindrical-coordinate representation of color #65EF0A: hue angle of 96.16º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #65EF0A is Cyan = 0.58, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 239 | 10 | - |
| CMYK | 0.58 | 0 | 0.96 | 0.06 |
| HSL | 96.16º | 0.92% | 0.49% | - |
| HSV(B) | 96.16º | 0.96% | 0.94% | - |
| XYZ | 36.29 | 64.52 | 10.83 | - |
| YUV | 171.63 | 36.78 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 239 | 10 | 0.58 | 0 | 0.96 | 0.06 | 96.16 | 0.92 | 0.49 |
| Hex | 65 | EF | A | 3A | 0 | 60 | 6 | 60 | 5C | 31 |
| Octal | 145 | 357 | 12 | 72 | 0 | 140 | 6 | 140 | 134 | 61 |
| Binary | 1100101 | 11101111 | 1010 | 111010 | 0 | 1100000 | 110 | 1100000 | 1011100 | 110001 |
Color Harmonies of #65EF0A
Complementary color
Monochromatic Colors of #65EF0A
Black with #65EF0A
Text Example
Text Example
White with #65EF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EF0A; }
p { color: rgb(101,239,10); }
H1.HeaderClassName
{
color: #65EF0A;
}
.AnyTagClassName
{
color: #65EF0A;
}
</style>
background-color css
<style>
a { background-color: #65EF0A; }
a { background-color: rgb(101,239,10); }
div.DivClassName
{
background-color: #65EF0A;
}
.BgClassName
{
background-color: #65EF0A;
}
</style>
border-color css
<style>
span { border-color: #65EF0A; }
span { border-color: rgb(101,239,10); }
td.TdClassName
{
border-color: #65EF0A;
}
.TagClassName
{
border-color: #65EF0A;
}
</style>