Shades of Bright Green #65D802
Tints of Bright Green #65D802
RGB
CMYK
RGB Variations
Color information
#65D802 (or 0x65D802) is known color: Bright Green. HEX triplet: 65, D8 and 02. RGB value is (101,216,2). Sum of RGB (Red+Green+Blue) = 101+216+2=319 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.66% from 319); Green value is 216 (84.77% from 255 or 67.71% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 216 - color contains mainly: green. Hex color #65D802 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65D802 is #9A27FD. Grayscale: #9D9D9D. Windows color (decimal): -10102782 or 186469. OLE color: 186469.
HSL color Cylindrical-coordinate representation of color #65D802: hue angle of 92.24º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #65D802 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 216 | 2 | - |
| CMYK | 0.53 | 0 | 0.99 | 0.15 |
| HSL | 92.24º | 0.98% | 0.43% | - |
| HSV(B) | 92.24º | 0.99% | 0.85% | - |
| XYZ | 29.93 | 51.88 | 8.49 | - |
| YUV | 157.22 | 40.4 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 216 | 2 | 0.53 | 0 | 0.99 | 0.15 | 92.24 | 0.98 | 0.43 |
| Hex | 65 | D8 | 2 | 35 | 0 | 63 | F | 5C | 62 | 2B |
| Octal | 145 | 330 | 2 | 65 | 0 | 143 | 17 | 134 | 142 | 53 |
| Binary | 1100101 | 11011000 | 10 | 110101 | 0 | 1100011 | 1111 | 1011100 | 1100010 | 101011 |
Color Harmonies of #65D802
Complementary color
Monochromatic Colors of #65D802
Black with #65D802
Text Example
Text Example
White with #65D802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D802; }
p { color: rgb(101,216,2); }
H1.HeaderClassName
{
color: #65D802;
}
.AnyTagClassName
{
color: #65D802;
}
</style>
background-color css
<style>
a { background-color: #65D802; }
a { background-color: rgb(101,216,2); }
div.DivClassName
{
background-color: #65D802;
}
.BgClassName
{
background-color: #65D802;
}
</style>
border-color css
<style>
span { border-color: #65D802; }
span { border-color: rgb(101,216,2); }
td.TdClassName
{
border-color: #65D802;
}
.TagClassName
{
border-color: #65D802;
}
</style>