Shades of Bright Green #65FA18
Tints of Bright Green #65FA18
RGB
CMYK
RGB Variations
Color information
#65FA18 (or 0x65FA18) is known color: Bright Green. HEX triplet: 65, FA and 18. RGB value is (101,250,24). Sum of RGB (Red+Green+Blue) = 101+250+24=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 250 (98.05% from 255 or 66.67% from 375); Blue value is 24 (9.77% from 255 or 6.4% from 375); Max value from RGB is 250 - color contains mainly: green. Hex color #65FA18 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #65FA18 is #9A05E7. Grayscale: #B4B4B4. Windows color (decimal): -10094056 or 1636965. OLE color: 1636965.
HSL color Cylindrical-coordinate representation of color #65FA18: hue angle of 99.56º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #65FA18 is Cyan = 0.60, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 250 | 24 | - |
| CMYK | 0.60 | 0 | 0.90 | 0.02 |
| HSL | 99.56º | 0.96% | 0.54% | - |
| HSV(B) | 99.56º | 0.9% | 0.98% | - |
| XYZ | 39.72 | 71.2 | 12.51 | - |
| YUV | 179.69 | 40.14 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 250 | 24 | 0.60 | 0 | 0.90 | 0.02 | 99.56 | 0.96 | 0.54 |
| Hex | 65 | FA | 18 | 3C | 0 | 5A | 2 | 64 | 60 | 36 |
| Octal | 145 | 372 | 30 | 74 | 0 | 132 | 2 | 144 | 140 | 66 |
| Binary | 1100101 | 11111010 | 11000 | 111100 | 0 | 1011010 | 10 | 1100100 | 1100000 | 110110 |
Color Harmonies of #65FA18
Complementary color
Monochromatic Colors of #65FA18
Black with #65FA18
Text Example
Text Example
White with #65FA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FA18; }
p { color: rgb(101,250,24); }
H1.HeaderClassName
{
color: #65FA18;
}
.AnyTagClassName
{
color: #65FA18;
}
</style>
background-color css
<style>
a { background-color: #65FA18; }
a { background-color: rgb(101,250,24); }
div.DivClassName
{
background-color: #65FA18;
}
.BgClassName
{
background-color: #65FA18;
}
</style>
border-color css
<style>
span { border-color: #65FA18; }
span { border-color: rgb(101,250,24); }
td.TdClassName
{
border-color: #65FA18;
}
.TagClassName
{
border-color: #65FA18;
}
</style>