Shades of Bright Green #65E80B
Tints of Bright Green #65E80B
RGB
CMYK
RGB Variations
Color information
#65E80B (or 0x65E80B) is known color: Bright Green. HEX triplet: 65, E8 and 0B. RGB value is (101,232,11). Sum of RGB (Red+Green+Blue) = 101+232+11=344 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.36% from 344); Green value is 232 (91.02% from 255 or 67.44% from 344); Blue value is 11 (4.69% from 255 or 3.20% from 344); Max value from RGB is 232 - color contains mainly: green. Hex color #65E80B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #65E80B is #9A17F4. Grayscale: #A8A8A8. Windows color (decimal): -10098677 or 780389. OLE color: 780389.
HSL color Cylindrical-coordinate representation of color #65E80B: hue angle of 95.57º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #65E80B is Cyan = 0.56, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 101 | 232 | 11 | - |
| CMYK | 0.56 | 0 | 0.95 | 0.09 |
| HSL | 95.57º | 0.91% | 0.48% | - |
| HSV(B) | 95.57º | 0.95% | 0.91% | - |
| XYZ | 34.28 | 60.5 | 10.19 | - |
| YUV | 167.64 | 39.6 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 232 | 11 | 0.56 | 0 | 0.95 | 0.09 | 95.57 | 0.91 | 0.48 |
| Hex | 65 | E8 | B | 38 | 0 | 5F | 9 | 60 | 5B | 30 |
| Octal | 145 | 350 | 13 | 70 | 0 | 137 | 11 | 140 | 133 | 60 |
| Binary | 1100101 | 11101000 | 1011 | 111000 | 0 | 1011111 | 1001 | 1100000 | 1011011 | 110000 |
Color Harmonies of #65E80B
Complementary color
Monochromatic Colors of #65E80B
Black with #65E80B
Text Example
Text Example
White with #65E80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E80B; }
p { color: rgb(101,232,11); }
H1.HeaderClassName
{
color: #65E80B;
}
.AnyTagClassName
{
color: #65E80B;
}
</style>
background-color css
<style>
a { background-color: #65E80B; }
a { background-color: rgb(101,232,11); }
div.DivClassName
{
background-color: #65E80B;
}
.BgClassName
{
background-color: #65E80B;
}
</style>
border-color css
<style>
span { border-color: #65E80B; }
span { border-color: rgb(101,232,11); }
td.TdClassName
{
border-color: #65E80B;
}
.TagClassName
{
border-color: #65E80B;
}
</style>