Shades of Bright Green #65EA16
Tints of Bright Green #65EA16
RGB
CMYK
RGB Variations
Color information
#65EA16 (or 0x65EA16) is known color: Bright Green. HEX triplet: 65, EA and 16. RGB value is (101,234,22). Sum of RGB (Red+Green+Blue) = 101+234+22=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 234 (91.80% from 255 or 65.55% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 234 - color contains mainly: green. Hex color #65EA16 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #65EA16 is #9A15E9. Grayscale: #AAAAAA. Windows color (decimal): -10098154 or 1501797. OLE color: 1501797.
HSL color Cylindrical-coordinate representation of color #65EA16: hue angle of 97.64º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #65EA16 is Cyan = 0.57, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 234 | 22 | - |
| CMYK | 0.57 | 0 | 0.91 | 0.08 |
| HSL | 97.64º | 0.83% | 0.5% | - |
| HSV(B) | 97.64º | 0.91% | 0.92% | - |
| XYZ | 34.93 | 61.67 | 10.82 | - |
| YUV | 170.07 | 44.44 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 234 | 22 | 0.57 | 0 | 0.91 | 0.08 | 97.64 | 0.83 | 0.5 |
| Hex | 65 | EA | 16 | 39 | 0 | 5B | 8 | 62 | 53 | 32 |
| Octal | 145 | 352 | 26 | 71 | 0 | 133 | 10 | 142 | 123 | 62 |
| Binary | 1100101 | 11101010 | 10110 | 111001 | 0 | 1011011 | 1000 | 1100010 | 1010011 | 110010 |
Color Harmonies of #65EA16
Complementary color
Monochromatic Colors of #65EA16
Black with #65EA16
Text Example
Text Example
White with #65EA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EA16; }
p { color: rgb(101,234,22); }
H1.HeaderClassName
{
color: #65EA16;
}
.AnyTagClassName
{
color: #65EA16;
}
</style>
background-color css
<style>
a { background-color: #65EA16; }
a { background-color: rgb(101,234,22); }
div.DivClassName
{
background-color: #65EA16;
}
.BgClassName
{
background-color: #65EA16;
}
</style>
border-color css
<style>
span { border-color: #65EA16; }
span { border-color: rgb(101,234,22); }
td.TdClassName
{
border-color: #65EA16;
}
.TagClassName
{
border-color: #65EA16;
}
</style>