Shades of Bright Green #65DF00
Tints of Bright Green #65DF00
RGB
CMYK
RGB Variations
Color information
#65DF00 (or 0x65DF00) is known color: Bright Green. HEX triplet: 65, DF and 00. RGB value is (101,223,0). Sum of RGB (Red+Green+Blue) = 101+223+0=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 223 (87.5% from 255 or 68.83% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 223 - color contains mainly: green. Hex color #65DF00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65DF00 is #9A20FF. Grayscale: #A1A1A1. Windows color (decimal): -10100992 or 57189. OLE color: 57189.
HSL color Cylindrical-coordinate representation of color #65DF00: hue angle of 92.83º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #65DF00 is Cyan = 0.55, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 223 | 0 | - |
| CMYK | 0.55 | 0 | 1 | 0.13 |
| HSL | 92.83º | 1% | 0.44% | - |
| HSV(B) | 92.83º | 1% | 0.87% | - |
| XYZ | 31.75 | 55.54 | 9.05 | - |
| YUV | 161.1 | 37.08 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 223 | 0 | 0.55 | 0 | 1 | 0.13 | 92.83 | 1 | 0.44 |
| Hex | 65 | DF | 0 | 37 | 0 | 64 | D | 5D | 64 | 2C |
| Octal | 145 | 337 | 0 | 67 | 0 | 144 | 15 | 135 | 144 | 54 |
| Binary | 1100101 | 11011111 | 0 | 110111 | 0 | 1100100 | 1101 | 1011101 | 1100100 | 101100 |
Color Harmonies of #65DF00
Complementary color
Monochromatic Colors of #65DF00
Black with #65DF00
Text Example
Text Example
White with #65DF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DF00; }
p { color: rgb(101,223,0); }
H1.HeaderClassName
{
color: #65DF00;
}
.AnyTagClassName
{
color: #65DF00;
}
</style>
background-color css
<style>
a { background-color: #65DF00; }
a { background-color: rgb(101,223,0); }
div.DivClassName
{
background-color: #65DF00;
}
.BgClassName
{
background-color: #65DF00;
}
</style>
border-color css
<style>
span { border-color: #65DF00; }
span { border-color: rgb(101,223,0); }
td.TdClassName
{
border-color: #65DF00;
}
.TagClassName
{
border-color: #65DF00;
}
</style>