Shades of Bright Green #65D800
Tints of Bright Green #65D800
RGB
CMYK
RGB Variations
Color information
#65D800 (or 0x65D800) is known color: Bright Green. HEX triplet: 65, D8 and 00. RGB value is (101,216,0). Sum of RGB (Red+Green+Blue) = 101+216+0=317 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.86% from 317); Green value is 216 (84.77% from 255 or 68.14% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 216 - color contains mainly: green. Hex color #65D800 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65D800 is #9A27FF. Grayscale: #9D9D9D. Windows color (decimal): -10102784 or 55397. OLE color: 55397.
HSL color Cylindrical-coordinate representation of color #65D800: hue angle of 91.94º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #65D800 is Cyan = 0.53, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 216 | 0 | - |
| CMYK | 0.53 | 0 | 1 | 0.15 |
| HSL | 91.94º | 1% | 0.42% | - |
| HSV(B) | 91.94º | 1% | 0.85% | - |
| XYZ | 29.92 | 51.88 | 8.44 | - |
| YUV | 156.99 | 39.4 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 216 | 0 | 0.53 | 0 | 1 | 0.15 | 91.94 | 1 | 0.42 |
| Hex | 65 | D8 | 0 | 35 | 0 | 64 | F | 5C | 64 | 2A |
| Octal | 145 | 330 | 0 | 65 | 0 | 144 | 17 | 134 | 144 | 52 |
| Binary | 1100101 | 11011000 | 0 | 110101 | 0 | 1100100 | 1111 | 1011100 | 1100100 | 101010 |
Color Harmonies of #65D800
Complementary color
Monochromatic Colors of #65D800
Black with #65D800
Text Example
Text Example
White with #65D800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D800; }
p { color: rgb(101,216,0); }
H1.HeaderClassName
{
color: #65D800;
}
.AnyTagClassName
{
color: #65D800;
}
</style>
background-color css
<style>
a { background-color: #65D800; }
a { background-color: rgb(101,216,0); }
div.DivClassName
{
background-color: #65D800;
}
.BgClassName
{
background-color: #65D800;
}
</style>
border-color css
<style>
span { border-color: #65D800; }
span { border-color: rgb(101,216,0); }
td.TdClassName
{
border-color: #65D800;
}
.TagClassName
{
border-color: #65D800;
}
</style>