Shades of Bright Green #65FD11
Tints of Bright Green #65FD11
RGB
CMYK
RGB Variations
Color information
#65FD11 (or 0x65FD11) is known color: Bright Green. HEX triplet: 65, FD and 11. RGB value is (101,253,17). Sum of RGB (Red+Green+Blue) = 101+253+17=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 253 (99.22% from 255 or 68.19% from 371); Blue value is 17 (7.03% from 255 or 4.58% from 371); Max value from RGB is 253 - color contains mainly: green. Hex color #65FD11 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #65FD11 is #9A02EE. Grayscale: #B5B5B5. Windows color (decimal): -10093295 or 1178981. OLE color: 1178981.
HSL color Cylindrical-coordinate representation of color #65FD11: hue angle of 98.64º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #65FD11 is Cyan = 0.60, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 253 | 17 | - |
| CMYK | 0.60 | 0 | 0.93 | 0.01 |
| HSL | 98.64º | 0.98% | 0.53% | - |
| HSV(B) | 98.64º | 0.93% | 0.99% | - |
| XYZ | 40.59 | 73.06 | 12.49 | - |
| YUV | 180.65 | 35.64 | 71.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 253 | 17 | 0.60 | 0 | 0.93 | 0.01 | 98.64 | 0.98 | 0.53 |
| Hex | 65 | FD | 11 | 3C | 0 | 5D | 1 | 63 | 62 | 35 |
| Octal | 145 | 375 | 21 | 74 | 0 | 135 | 1 | 143 | 142 | 65 |
| Binary | 1100101 | 11111101 | 10001 | 111100 | 0 | 1011101 | 1 | 1100011 | 1100010 | 110101 |
Color Harmonies of #65FD11
Complementary color
Monochromatic Colors of #65FD11
Black with #65FD11
Text Example
Text Example
White with #65FD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FD11; }
p { color: rgb(101,253,17); }
H1.HeaderClassName
{
color: #65FD11;
}
.AnyTagClassName
{
color: #65FD11;
}
</style>
background-color css
<style>
a { background-color: #65FD11; }
a { background-color: rgb(101,253,17); }
div.DivClassName
{
background-color: #65FD11;
}
.BgClassName
{
background-color: #65FD11;
}
</style>
border-color css
<style>
span { border-color: #65FD11; }
span { border-color: rgb(101,253,17); }
td.TdClassName
{
border-color: #65FD11;
}
.TagClassName
{
border-color: #65FD11;
}
</style>