Shades of Bright Green #65D80B
Tints of Bright Green #65D80B
RGB
CMYK
RGB Variations
Color information
#65D80B (or 0x65D80B) is known color: Bright Green. HEX triplet: 65, D8 and 0B. RGB value is (101,216,11). Sum of RGB (Red+Green+Blue) = 101+216+11=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 216 (84.77% from 255 or 65.85% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 216 - color contains mainly: green. Hex color #65D80B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65D80B is #9A27F4. Grayscale: #9E9E9E. Windows color (decimal): -10102773 or 776293. OLE color: 776293.
HSL color Cylindrical-coordinate representation of color #65D80B: hue angle of 93.66º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #65D80B is Cyan = 0.53, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 216 | 11 | - |
| CMYK | 0.53 | 0 | 0.95 | 0.15 |
| HSL | 93.66º | 0.9% | 0.45% | - |
| HSV(B) | 93.66º | 0.95% | 0.85% | - |
| XYZ | 29.98 | 51.9 | 8.75 | - |
| YUV | 158.25 | 44.9 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 216 | 11 | 0.53 | 0 | 0.95 | 0.15 | 93.66 | 0.9 | 0.45 |
| Hex | 65 | D8 | B | 35 | 0 | 5F | F | 5E | 5A | 2D |
| Octal | 145 | 330 | 13 | 65 | 0 | 137 | 17 | 136 | 132 | 55 |
| Binary | 1100101 | 11011000 | 1011 | 110101 | 0 | 1011111 | 1111 | 1011110 | 1011010 | 101101 |
Color Harmonies of #65D80B
Complementary color
Monochromatic Colors of #65D80B
Black with #65D80B
Text Example
Text Example
White with #65D80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D80B; }
p { color: rgb(101,216,11); }
H1.HeaderClassName
{
color: #65D80B;
}
.AnyTagClassName
{
color: #65D80B;
}
</style>
background-color css
<style>
a { background-color: #65D80B; }
a { background-color: rgb(101,216,11); }
div.DivClassName
{
background-color: #65D80B;
}
.BgClassName
{
background-color: #65D80B;
}
</style>
border-color css
<style>
span { border-color: #65D80B; }
span { border-color: rgb(101,216,11); }
td.TdClassName
{
border-color: #65D80B;
}
.TagClassName
{
border-color: #65D80B;
}
</style>