Shades of Bright Green #65D808
Tints of Bright Green #65D808
RGB
CMYK
RGB Variations
Color information
#65D808 (or 0x65D808) is known color: Bright Green. HEX triplet: 65, D8 and 08. RGB value is (101,216,8). Sum of RGB (Red+Green+Blue) = 101+216+8=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 216 (84.77% from 255 or 66.46% from 325); Blue value is 8 (3.52% from 255 or 2.46% from 325); Max value from RGB is 216 - color contains mainly: green. Hex color #65D808 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65D808 is #9A27F7. Grayscale: #9E9E9E. Windows color (decimal): -10102776 or 579685. OLE color: 579685.
HSL color Cylindrical-coordinate representation of color #65D808: hue angle of 93.17º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #65D808 is Cyan = 0.53, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 216 | 8 | - |
| CMYK | 0.53 | 0 | 0.96 | 0.15 |
| HSL | 93.17º | 0.93% | 0.44% | - |
| HSV(B) | 93.17º | 0.96% | 0.85% | - |
| XYZ | 29.97 | 51.9 | 8.67 | - |
| YUV | 157.9 | 43.4 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 216 | 8 | 0.53 | 0 | 0.96 | 0.15 | 93.17 | 0.93 | 0.44 |
| Hex | 65 | D8 | 8 | 35 | 0 | 60 | F | 5D | 5D | 2C |
| Octal | 145 | 330 | 10 | 65 | 0 | 140 | 17 | 135 | 135 | 54 |
| Binary | 1100101 | 11011000 | 1000 | 110101 | 0 | 1100000 | 1111 | 1011101 | 1011101 | 101100 |
Color Harmonies of #65D808
Complementary color
Monochromatic Colors of #65D808
Black with #65D808
Text Example
Text Example
White with #65D808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D808; }
p { color: rgb(101,216,8); }
H1.HeaderClassName
{
color: #65D808;
}
.AnyTagClassName
{
color: #65D808;
}
</style>
background-color css
<style>
a { background-color: #65D808; }
a { background-color: rgb(101,216,8); }
div.DivClassName
{
background-color: #65D808;
}
.BgClassName
{
background-color: #65D808;
}
</style>
border-color css
<style>
span { border-color: #65D808; }
span { border-color: rgb(101,216,8); }
td.TdClassName
{
border-color: #65D808;
}
.TagClassName
{
border-color: #65D808;
}
</style>