Shades of Bright Green #65D805
Tints of Bright Green #65D805
RGB
CMYK
RGB Variations
Color information
#65D805 (or 0x65D805) is known color: Bright Green. HEX triplet: 65, D8 and 05. RGB value is (101,216,5). Sum of RGB (Red+Green+Blue) = 101+216+5=322 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.37% from 322); Green value is 216 (84.77% from 255 or 67.08% from 322); Blue value is 5 (2.34% from 255 or 1.55% from 322); Max value from RGB is 216 - color contains mainly: green. Hex color #65D805 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65D805 is #9A27FA. Grayscale: #9E9E9E. Windows color (decimal): -10102779 or 383077. OLE color: 383077.
HSL color Cylindrical-coordinate representation of color #65D805: hue angle of 92.7º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #65D805 is Cyan = 0.53, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 216 | 5 | - |
| CMYK | 0.53 | 0 | 0.98 | 0.15 |
| HSL | 92.7º | 0.95% | 0.43% | - |
| HSV(B) | 92.7º | 0.98% | 0.85% | - |
| XYZ | 29.95 | 51.89 | 8.58 | - |
| YUV | 157.56 | 41.9 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 216 | 5 | 0.53 | 0 | 0.98 | 0.15 | 92.7 | 0.95 | 0.43 |
| Hex | 65 | D8 | 5 | 35 | 0 | 62 | F | 5D | 5F | 2B |
| Octal | 145 | 330 | 5 | 65 | 0 | 142 | 17 | 135 | 137 | 53 |
| Binary | 1100101 | 11011000 | 101 | 110101 | 0 | 1100010 | 1111 | 1011101 | 1011111 | 101011 |
Color Harmonies of #65D805
Complementary color
Monochromatic Colors of #65D805
Black with #65D805
Text Example
Text Example
White with #65D805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D805; }
p { color: rgb(101,216,5); }
H1.HeaderClassName
{
color: #65D805;
}
.AnyTagClassName
{
color: #65D805;
}
</style>
background-color css
<style>
a { background-color: #65D805; }
a { background-color: rgb(101,216,5); }
div.DivClassName
{
background-color: #65D805;
}
.BgClassName
{
background-color: #65D805;
}
</style>
border-color css
<style>
span { border-color: #65D805; }
span { border-color: rgb(101,216,5); }
td.TdClassName
{
border-color: #65D805;
}
.TagClassName
{
border-color: #65D805;
}
</style>