Shades of Bright Green #65FF00
Tints of Bright Green #65FF00
RGB
CMYK
RGB Variations
Color information
#65FF00 (or 0x65FF00) is known color: Bright Green. HEX triplet: 65, FF and 00. RGB value is (101,255,0). Sum of RGB (Red+Green+Blue) = 101+255+0=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 255 (100% from 255 or 71.63% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 255 - color contains mainly: green. Hex color #65FF00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #65FF00 is #9A00FF. Grayscale: #B4B4B4. Windows color (decimal): -10092800 or 65381. OLE color: 65381.
HSL color Cylindrical-coordinate representation of color #65FF00: hue angle of 96.24º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #65FF00 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 255 | 0 | - |
| CMYK | 0.60 | 0 | 1 | 0 |
| HSL | 96.24º | 1% | 0.5% | - |
| HSV(B) | 96.24º | 1% | 1% | - |
| XYZ | 41.13 | 74.29 | 12.17 | - |
| YUV | 179.88 | 26.48 | 71.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 255 | 0 | 0.60 | 0 | 1 | 0 | 96.24 | 1 | 0.5 |
| Hex | 65 | FF | 0 | 3C | 0 | 64 | 0 | 60 | 64 | 32 |
| Octal | 145 | 377 | 0 | 74 | 0 | 144 | 0 | 140 | 144 | 62 |
| Binary | 1100101 | 11111111 | 0 | 111100 | 0 | 1100100 | 0 | 1100000 | 1100100 | 110010 |
Color Harmonies of #65FF00
Complementary color
Monochromatic Colors of #65FF00
Black with #65FF00
Text Example
Text Example
White with #65FF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FF00; }
p { color: rgb(101,255,0); }
H1.HeaderClassName
{
color: #65FF00;
}
.AnyTagClassName
{
color: #65FF00;
}
</style>
background-color css
<style>
a { background-color: #65FF00; }
a { background-color: rgb(101,255,0); }
div.DivClassName
{
background-color: #65FF00;
}
.BgClassName
{
background-color: #65FF00;
}
</style>
border-color css
<style>
span { border-color: #65FF00; }
span { border-color: rgb(101,255,0); }
td.TdClassName
{
border-color: #65FF00;
}
.TagClassName
{
border-color: #65FF00;
}
</style>