Shades of Bright Green #65EF16
Tints of Bright Green #65EF16
RGB
CMYK
RGB Variations
Color information
#65EF16 (or 0x65EF16) is known color: Bright Green. HEX triplet: 65, EF and 16. RGB value is (101,239,22). Sum of RGB (Red+Green+Blue) = 101+239+22=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 239 (93.75% from 255 or 66.02% from 362); Blue value is 22 (8.98% from 255 or 6.08% from 362); Max value from RGB is 239 - color contains mainly: green. Hex color #65EF16 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #65EF16 is #9A10E9. Grayscale: #ADADAD. Windows color (decimal): -10096874 or 1503077. OLE color: 1503077.
HSL color Cylindrical-coordinate representation of color #65EF16: hue angle of 98.16º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #65EF16 is Cyan = 0.58, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 239 | 22 | - |
| CMYK | 0.58 | 0 | 0.91 | 0.06 |
| HSL | 98.16º | 0.87% | 0.51% | - |
| HSV(B) | 98.16º | 0.91% | 0.94% | - |
| XYZ | 36.38 | 64.56 | 11.3 | - |
| YUV | 173 | 42.78 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 239 | 22 | 0.58 | 0 | 0.91 | 0.06 | 98.16 | 0.87 | 0.51 |
| Hex | 65 | EF | 16 | 3A | 0 | 5B | 6 | 62 | 57 | 33 |
| Octal | 145 | 357 | 26 | 72 | 0 | 133 | 6 | 142 | 127 | 63 |
| Binary | 1100101 | 11101111 | 10110 | 111010 | 0 | 1011011 | 110 | 1100010 | 1010111 | 110011 |
Color Harmonies of #65EF16
Complementary color
Monochromatic Colors of #65EF16
Black with #65EF16
Text Example
Text Example
White with #65EF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EF16; }
p { color: rgb(101,239,22); }
H1.HeaderClassName
{
color: #65EF16;
}
.AnyTagClassName
{
color: #65EF16;
}
</style>
background-color css
<style>
a { background-color: #65EF16; }
a { background-color: rgb(101,239,22); }
div.DivClassName
{
background-color: #65EF16;
}
.BgClassName
{
background-color: #65EF16;
}
</style>
border-color css
<style>
span { border-color: #65EF16; }
span { border-color: rgb(101,239,22); }
td.TdClassName
{
border-color: #65EF16;
}
.TagClassName
{
border-color: #65EF16;
}
</style>